Spaces:
Restarting
on
A10G
Restarting
on
A10G
Update app.py
Browse files
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\
|
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\
|
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"
|