Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,9 +87,9 @@ def query(image, texts):
|
|
| 87 |
|
| 88 |
|
| 89 |
with gr.Blocks() as demo:
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 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(
|