Spaces:
Running
on
A10G
Running
on
A10G
出蛰
commited on
Commit
•
dcc9bdb
1
Parent(s):
f1954a3
update requirements
Browse files
app.py
CHANGED
@@ -223,7 +223,8 @@ Qwen-Audio-Chat <a href="https://modelscope.cn/models/qwen/Qwen-Audio-Chat/summa
|
|
223 |
chatbot = gr.Chatbot(label='Qwen-Audio-Chat', elem_classes="control-height", height=750)
|
224 |
query = gr.Textbox(lines=2, label='Input')
|
225 |
task_history = gr.State([])
|
226 |
-
mic = gr.Audio(source="microphone", type="filepath")
|
|
|
227 |
|
228 |
with gr.Row():
|
229 |
empty_bin = gr.Button("🧹 Clear History")
|
|
|
223 |
chatbot = gr.Chatbot(label='Qwen-Audio-Chat', elem_classes="control-height", height=750)
|
224 |
query = gr.Textbox(lines=2, label='Input')
|
225 |
task_history = gr.State([])
|
226 |
+
# mic = gr.Audio(source="microphone", type="filepath")
|
227 |
+
mic = gr.Audio(type="filepath")
|
228 |
|
229 |
with gr.Row():
|
230 |
empty_bin = gr.Button("🧹 Clear History")
|