Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ def clear_2():
|
|
258 |
with gr.Blocks() as speech_all:
|
259 |
with gr.Row():
|
260 |
with gr.Column(scale=2):
|
261 |
-
input_audio=gr.Audio(
|
262 |
with gr.Row():
|
263 |
clear_audio = gr.Button(
|
264 |
value="Clear", interactive=True, scale=1
|
|
|
258 |
with gr.Blocks() as speech_all:
|
259 |
with gr.Row():
|
260 |
with gr.Column(scale=2):
|
261 |
+
input_audio=gr.Audio(sources="microphone")
|
262 |
with gr.Row():
|
263 |
clear_audio = gr.Button(
|
264 |
value="Clear", interactive=True, scale=1
|