Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def query(image):
|
|
87 |
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.Markdown("## Real Time Object Tracking with RT-DETR")
|
90 |
-
gr.Markdown("This is a demo for object tracking using RT-DETR.")
|
91 |
gr.Markdown("Simply upload a video and enter the candidate labels, or try the example below. π")
|
92 |
with gr.Row():
|
93 |
with gr.Column():
|
|
|
87 |
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.Markdown("## Real Time Object Tracking with RT-DETR")
|
90 |
+
gr.Markdown("This is a demo for object tracking using RT-DETR. It runs on ZeroGPU which captures GPU every first time you infer, so the model is actually faster than the inference in this demo.")
|
91 |
gr.Markdown("Simply upload a video and enter the candidate labels, or try the example below. π")
|
92 |
with gr.Row():
|
93 |
with gr.Column():
|