Spaces:
Runtime error
Runtime error
Commit
·
4cee86a
1
Parent(s):
3891e46
Update app.py
Browse files
app.py
CHANGED
|
@@ -204,6 +204,11 @@ with gr.Blocks(title='Video-LLaVA🚀', theme=gr.themes.Default(), css=block_css
|
|
| 204 |
with gr.Row():
|
| 205 |
gr.Examples(
|
| 206 |
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 207 |
[
|
| 208 |
f"{cur_dir}/examples/sample_img_22.png",
|
| 209 |
f"{cur_dir}/examples/sample_demo_22.mp4",
|
|
@@ -214,11 +219,6 @@ with gr.Blocks(title='Video-LLaVA🚀', theme=gr.themes.Default(), css=block_css
|
|
| 214 |
f"{cur_dir}/examples/sample_demo_13.mp4",
|
| 215 |
"Does the flag in the image appear in the video?",
|
| 216 |
],
|
| 217 |
-
[
|
| 218 |
-
f"{cur_dir}/examples/sample_img_8.png",
|
| 219 |
-
f"{cur_dir}/examples/sample_demo_8.mp4",
|
| 220 |
-
"Are the image and the video depicting the same place?",
|
| 221 |
-
],
|
| 222 |
],
|
| 223 |
inputs=[image1, video, textbox],
|
| 224 |
)
|
|
|
|
| 204 |
with gr.Row():
|
| 205 |
gr.Examples(
|
| 206 |
examples=[
|
| 207 |
+
[
|
| 208 |
+
f"{cur_dir}/examples/sample_img_8.png",
|
| 209 |
+
f"{cur_dir}/examples/sample_demo_8.mp4",
|
| 210 |
+
"Are the image and the video depicting the same place?",
|
| 211 |
+
],
|
| 212 |
[
|
| 213 |
f"{cur_dir}/examples/sample_img_22.png",
|
| 214 |
f"{cur_dir}/examples/sample_demo_22.mp4",
|
|
|
|
| 219 |
f"{cur_dir}/examples/sample_demo_13.mp4",
|
| 220 |
"Does the flag in the image appear in the video?",
|
| 221 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
],
|
| 223 |
inputs=[image1, video, textbox],
|
| 224 |
)
|