Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 178 |
-
gr.Markdown("This is a demo for zero-shot object tracking using [
|
| 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(
|