Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
·
77482fa
1
Parent(s):
c9fc602
Update app.py
Browse files
app.py
CHANGED
@@ -360,7 +360,9 @@ gr.Interface(
|
|
360 |
),
|
361 |
gr.Audio(source="microphone",
|
362 |
type="filepath",
|
363 |
-
label="使用麦克风上传语音"
|
|
|
|
|
364 |
gr.Checkbox(label="是否使用麦克风上传语音",
|
365 |
value=False,
|
366 |
info="默认为否",),
|
|
|
360 |
),
|
361 |
gr.Audio(source="microphone",
|
362 |
type="filepath",
|
363 |
+
label="使用麦克风上传语音",
|
364 |
+
streaming=True,
|
365 |
+
),
|
366 |
gr.Checkbox(label="是否使用麦克风上传语音",
|
367 |
value=False,
|
368 |
info="默认为否",),
|