Nicous commited on
Commit
f850d9c
·
verified ·
1 Parent(s): eb6f1d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -450,10 +450,10 @@ with gr.Blocks(head=head) as demo:
450
  output_text = gr.Textbox(label="Response", lines=14, max_lines=14)
451
  gr.Examples(
452
  examples=[
453
- [f"{cur_dir}/videos/bike.mp4", f"{cur_dir}/videos/bike.mp3", "Can you tell me what I'm doing in short words. Describe them in a natural style."],
454
- [f"{cur_dir}/videos/bike.mp4", f"{cur_dir}/videos/bike.mp3", "Can you tell me what I'm doing in short words. Describe them in a natural style."],
455
- [f"{cur_dir}/videos/bike.mp4", f"{cur_dir}/videos/bike.mp3", "Can you tell me what I'm doing in short words. Describe them in a natural style."],
456
- [f"{cur_dir}/videos/bike.mp4", f"{cur_dir}/videos/bike.mp3", "Can you tell me what I'm doing in short words. Describe them in a natural style."]
457
  ],
458
  inputs=[video_input, audio_display, text_input],
459
  outputs=[output_text]
 
450
  output_text = gr.Textbox(label="Response", lines=14, max_lines=14)
451
  gr.Examples(
452
  examples=[
453
+ [f"{cur_dir}/bike.mp4", f"{cur_dir}/bike.mp3", "Can you tell me what I'm doing in short words. Describe them in a natural style."],
454
+ [f"{cur_dir}/bike.mp4", f"{cur_dir}/bike.mp3", "Can you tell me what I'm doing in short words. Describe them in a natural style."],
455
+ [f"{cur_dir}/bike.mp4", f"{cur_dir}/bike.mp3", "Can you tell me what I'm doing in short words. Describe them in a natural style."],
456
+ [f"{cur_dir}/bike.mp4", f"{cur_dir}/bike.mp3", "Can you tell me what I'm doing in short words. Describe them in a natural style."]
457
  ],
458
  inputs=[video_input, audio_display, text_input],
459
  outputs=[output_text]