merve HF staff commited on
Commit
d1081fe
1 Parent(s): 9b265f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 and enter the candidate labels, or try the example below. 👇")
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(