desiree commited on
Commit
d64de19
·
verified ·
1 Parent(s): c2bc97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -164,8 +164,7 @@ demo = gr.Interface(
164
  title="Qwen Audio Analysis Tool",
165
  description="Upload an audio file or record from microphone to get AI-powered analysis using Qwen-Audio-Chat model",
166
  examples=[
167
- ["path/to/example1.wav", "What instruments do you hear?"],
168
- ["path/to/example2.wav", "Describe the mood of this audio."]
169
  ],
170
  cache_examples=False
171
  )
 
164
  title="Qwen Audio Analysis Tool",
165
  description="Upload an audio file or record from microphone to get AI-powered analysis using Qwen-Audio-Chat model",
166
  examples=[
167
+ ["example1.wav", "What instruments do you hear?"]
 
168
  ],
169
  cache_examples=False
170
  )