merve HF staff commited on
Commit
6e6de0a
1 Parent(s): 4a7e314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():