Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,15 +90,9 @@ with gr.Blocks(css=css) as demo:
|
|
| 90 |
gr.HTML(
|
| 91 |
"""
|
| 92 |
<h1 style='text-align: center'>
|
| 93 |
-
|
| 94 |
</h1>
|
| 95 |
""")
|
| 96 |
-
gr.HTML(
|
| 97 |
-
"""
|
| 98 |
-
<h3 style='text-align: center'>
|
| 99 |
-
<a href='https://arxiv.org/abs/2405.14458' target='_blank'>arXiv</a> | <a href='https://github.com/THU-MIG/yolov10' target='_blank'>github</a>
|
| 100 |
-
</h3>
|
| 101 |
-
""")
|
| 102 |
with gr.Column(elem_classes=["my-column"]):
|
| 103 |
with gr.Group(elem_classes=["my-group"]):
|
| 104 |
image = WebRTC(label="Strean", rtc_configuration=rtc_configuration)
|
|
|
|
| 90 |
gr.HTML(
|
| 91 |
"""
|
| 92 |
<h1 style='text-align: center'>
|
| 93 |
+
Image Detection from Webcam Stream (powered by WebRTC ⚡️)
|
| 94 |
</h1>
|
| 95 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
with gr.Column(elem_classes=["my-column"]):
|
| 97 |
with gr.Group(elem_classes=["my-group"]):
|
| 98 |
image = WebRTC(label="Strean", rtc_configuration=rtc_configuration)
|