Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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}/
|
454 |
-
[f"{cur_dir}/
|
455 |
-
[f"{cur_dir}/
|
456 |
-
[f"{cur_dir}/
|
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]
|