Spaces:
Sleeping
Sleeping
Javitron4257
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def transcribe(audio): # Recibe un único parámetro de entrada (un audio)
|
|
17 |
|
18 |
demo = gr.Interface(
|
19 |
transcribe,
|
20 |
-
gr.Audio(sources=["
|
21 |
"text",
|
22 |
)
|
23 |
|
|
|
17 |
|
18 |
demo = gr.Interface(
|
19 |
transcribe,
|
20 |
+
gr.Audio(sources=["microphone"]),
|
21 |
"text",
|
22 |
)
|
23 |
|