Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
91d9a2c
1
Parent(s):
70ea64b
Update app.py
Browse files
app.py
CHANGED
@@ -362,6 +362,7 @@ gr.Interface(
|
|
362 |
gr.Audio(source="microphone",
|
363 |
type="filepath",
|
364 |
label="使用麦克风上传语音",
|
|
|
365 |
streaming=True,
|
366 |
),
|
367 |
gr.Checkbox(label="是否使用麦克风上传语音",
|
|
|
362 |
gr.Audio(source="microphone",
|
363 |
type="filepath",
|
364 |
label="使用麦克风上传语音",
|
365 |
+
info="移动端更稳定,电脑端可能无法上传",
|
366 |
streaming=True,
|
367 |
),
|
368 |
gr.Checkbox(label="是否使用麦克风上传语音",
|