merve HF staff commited on
Commit
3a4430e
1 Parent(s): e615f64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -87,9 +87,9 @@ def query(image, texts):
87
 
88
 
89
  with gr.Blocks() as demo:
90
- with gr.Markdown(" ## Zero-shot Object Tracking with OWLv2 🦉")
91
- with gr.Markdown("This is a demo for zero-shot object tracking using [OWLv2](https://huggingface.co/google/owlv2-base-patch16-ensemble) model by Google.")
92
- with gr.Markdown("Simply upload a video and enter the candidate labels, or try the example below. 👇")
93
  with gr.Tab(label="Video"):
94
  with gr.Row():
95
  input_video = gr.Video(
 
87
 
88
 
89
  with gr.Blocks() as demo:
90
+ gr.Markdown("## Zero-shot Object Tracking with OWLv2 🦉")
91
+ gr.Markdown("This is a demo for zero-shot object tracking using [OWLv2](https://huggingface.co/google/owlv2-base-patch16-ensemble) model by Google.")
92
+ gr.Markdown("Simply upload a video and enter the candidate labels, or try the example below. 👇")
93
  with gr.Tab(label="Video"):
94
  with gr.Row():
95
  input_video = gr.Video(