Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def query(image, confidence_threshold):
|
|
89 |
with gr.Blocks() as demo:
|
90 |
gr.Markdown("## Real Time Object Tracking with RT-DETR")
|
91 |
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.")
|
92 |
-
gr.Markdown("Simply upload a video
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
input_video = gr.Video(
|
|
|
89 |
with gr.Blocks() as demo:
|
90 |
gr.Markdown("## Real Time Object Tracking with RT-DETR")
|
91 |
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.")
|
92 |
+
gr.Markdown("Simply upload a video, you can also play with confidence threshold, or try the example below. π")
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
input_video = gr.Video(
|