Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def transcribe_2(audio_bytes):
|
|
| 87 |
|
| 88 |
demo = gr.Interface(
|
| 89 |
transcribe_2,
|
| 90 |
-
gr.Audio(sources=["microphone"], streaming=False),
|
| 91 |
"text",
|
| 92 |
#live=True, # No muestra el botón de Submit.
|
| 93 |
)
|
|
|
|
| 87 |
|
| 88 |
demo = gr.Interface(
|
| 89 |
transcribe_2,
|
| 90 |
+
gr.Audio(sources=["microphone"], type="filepath", streaming=False),
|
| 91 |
"text",
|
| 92 |
#live=True, # No muestra el botón de Submit.
|
| 93 |
)
|