Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(title="🌐 Multilingual ASR Demo") as demo:
|
|
66 |
|
67 |
with gr.Row():
|
68 |
audio = gr.Audio(
|
69 |
-
|
70 |
type="filepath",
|
71 |
label="Upload or Record Audio"
|
72 |
)
|
|
|
66 |
|
67 |
with gr.Row():
|
68 |
audio = gr.Audio(
|
69 |
+
sources=["upload", "microphone"],
|
70 |
type="filepath",
|
71 |
label="Upload or Record Audio"
|
72 |
)
|