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