Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,6 @@ def predict(filepath, question):
|
|
239 |
return output_decoded
|
240 |
|
241 |
audio_examples = [
|
242 |
-
["./examples/emergent1.wav", "What is unusual about the audio?"],
|
243 |
["./examples/soundcap1.wav", "What is the soundscape in this audio?"],
|
244 |
["./examples/muscicap1.wav", "Summarize the music content in a sentence."],
|
245 |
["./examples/mmau1.wav", "What specific sounds can be distinguished from the audio clip? (A) Helicopter and impact sounds (B) Whistling and chatter (C) Car honking and raindrops (D) Birds chirping and water flowing"],
|
|
|
239 |
return output_decoded
|
240 |
|
241 |
audio_examples = [
|
|
|
242 |
["./examples/soundcap1.wav", "What is the soundscape in this audio?"],
|
243 |
["./examples/muscicap1.wav", "Summarize the music content in a sentence."],
|
244 |
["./examples/mmau1.wav", "What specific sounds can be distinguished from the audio clip? (A) Helicopter and impact sounds (B) Whistling and chatter (C) Car honking and raindrops (D) Birds chirping and water flowing"],
|