0nejiawei commited on
Commit
a444b81
·
1 Parent(s): dcd4560

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Are they having a pleasant conversation?"],
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()