merve HF staff commited on
Commit
3b8674e
β€’
1 Parent(s): f0e0019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -174,9 +174,9 @@ def extract_objs(text, width, height, unique_labels=False):
174
 
175
 
176
  with gr.Blocks() as demo:
177
- gr.Markdown("## Zero-shot Object Tracking with OWLv2 πŸ¦‰")
178
- gr.Markdown("This is a demo for zero-shot object tracking using [OWLv2](https://huggingface.co/google/owlv2-base-patch16-ensemble) model by Google.")
179
- gr.Markdown("Simply upload a video and enter the candidate labels, or try the example below. πŸ‘‡")
180
  with gr.Tab(label="Video"):
181
  with gr.Row():
182
  input_video = gr.Video(
 
174
 
175
 
176
  with gr.Blocks() as demo:
177
+ gr.Markdown("## Zero-shot Object Tracking with PaliGemma")
178
+ gr.Markdown("This is a demo for zero-shot object tracking using [PaliGemma](https://huggingface.co/google/paligemma-3b-mix-448) vision language model by Google.")
179
+ gr.Markdown("Simply upload a video and enter the candidate labels, or try the example below. Text input should be ; separated. πŸ‘‡")
180
  with gr.Tab(label="Video"):
181
  with gr.Row():
182
  input_video = gr.Video(