Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def transcribe_2(audio_bytes):
|
|
75 |
|
76 |
demo = gr.Interface(
|
77 |
transcribe_2,
|
78 |
-
gr.Audio(sources=["microphone"], streaming=
|
79 |
"text",
|
80 |
#live=True, # No muestra el botón de Submit.
|
81 |
)
|
|
|
75 |
|
76 |
demo = gr.Interface(
|
77 |
transcribe_2,
|
78 |
+
gr.Audio(sources=["microphone"], streaming=False),
|
79 |
"text",
|
80 |
#live=True, # No muestra el botón de Submit.
|
81 |
)
|