SreyanG-NVIDIA commited on
Commit
4ae6408
·
verified ·
1 Parent(s): 37df2b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -186,6 +186,8 @@ with gr.Blocks(css="""
186
  examples=[
187
  ["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"],
188
  ["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"],
 
 
189
  ],
190
  inputs=[audio_input_think, prompt_input_think],
191
  label="🧪 Try Examples"
 
186
  examples=[
187
  ["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"],
188
  ["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"],
189
+ ["static/speech/videoplayback.wav", "Generate a detailed caption for the input audio, describing all notable speech, sound, and musical events comprehensively. In the caption, transcribe all spoken content by all speakers in the audio precisely."],
190
+ ["static/speech/speaker1.flac", "Transcribe any input speech in the input audio."],
191
  ],
192
  inputs=[audio_input_think, prompt_input_think],
193
  label="🧪 Try Examples"