Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,17 +42,11 @@ with gr.Blocks(css=css) as demo:
|
|
| 42 |
gr.HTML(
|
| 43 |
"""
|
| 44 |
<h1 style='text-align: center'>
|
| 45 |
-
|
| 46 |
</h1>
|
| 47 |
"""
|
| 48 |
)
|
| 49 |
-
|
| 50 |
-
"""
|
| 51 |
-
<h3 style='text-align: center'>
|
| 52 |
-
<a href='https://arxiv.org/abs/2405.14458' target='_blank'>arXiv</a> | <a href='https://github.com/THU-MIG/yolov10' target='_blank'>github</a>
|
| 53 |
-
</h3>
|
| 54 |
-
"""
|
| 55 |
-
)
|
| 56 |
with gr.Column(elem_classes=["my-column"]):
|
| 57 |
with gr.Group(elem_classes=["my-group"]):
|
| 58 |
image = WebRTC(label="Stream", rtc_configuration=rtc_configuration)
|
|
|
|
| 42 |
gr.HTML(
|
| 43 |
"""
|
| 44 |
<h1 style='text-align: center'>
|
| 45 |
+
MyStuff Object Detection POC
|
| 46 |
</h1>
|
| 47 |
"""
|
| 48 |
)
|
| 49 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
with gr.Column(elem_classes=["my-column"]):
|
| 51 |
with gr.Group(elem_classes=["my-group"]):
|
| 52 |
image = WebRTC(label="Stream", rtc_configuration=rtc_configuration)
|