Spaces:
Running
on
Zero
Running
on
Zero
update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ with gr.Blocks(title="Tarsier",theme=gvlabtheme,css="#chatbot {overflow:auto; he
|
|
216 |
clear = gr.Button("🔄Clear️")
|
217 |
gr.Examples(examples=[
|
218 |
[f"examples/test1.mp4", "Describe the video in detail."],
|
219 |
-
[f"examples/test2.mp4", "
|
220 |
], inputs=[up_video, text_input])
|
221 |
|
222 |
chat = init_model()
|
|
|
216 |
clear = gr.Button("🔄Clear️")
|
217 |
gr.Examples(examples=[
|
218 |
[f"examples/test1.mp4", "Describe the video in detail."],
|
219 |
+
[f"examples/test2.mp4", "Does the conversation have a happy ending?"],
|
220 |
], inputs=[up_video, text_input])
|
221 |
|
222 |
chat = init_model()
|