Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
["
|
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 |
)
|