SreyanG-NVIDIA commited on
Commit
014934c
·
verified ·
1 Parent(s): 31f5b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,8 +180,8 @@ with gr.Blocks(css="""
180
 
181
  gr.Examples(
182
  examples=[
183
- ["static/think/audio1.wav", "What are the two people doing in the audio Choose the correct option from the following options:\n(A) One person is demonstrating how to use the equipment\n(B) The two people are discussing how to use the equipment\n(C) The two people are disassembling the equipment\n(D) One person is teaching another person how to use a piece of equipment\nPlease think and reason about the input audio before you respond."],
184
- ["static/think/audio2.wav", "Is the boat in the video moving closer or further away? Choose the correct option from the following options:\n(A) Closer\n(B) Further\nPlease think and reason about the input audio before you respond."],
185
  ],
186
  inputs=[audio_input_think, prompt_input_think],
187
  label="🧪 Try Examples"
 
180
 
181
  gr.Examples(
182
  examples=[
183
+ ["static/think/audio1.wav", "What are the two people doing in the audio Choose the correct option from the following options:\n(A) One person is demonstrating how to use the equipment\n(B) The two people are discussing how to use the equipment\n(C) The two people are disassembling the equipment\n(D) One person is teaching another person how to use a piece of equipment\n"],
184
+ ["static/think/audio2.wav", "Is the boat in the video moving closer or further away? Choose the correct option from the following options:\n(A) Closer\n(B) Further\n"],
185
  ],
186
  inputs=[audio_input_think, prompt_input_think],
187
  label="🧪 Try Examples"