Spaces:
Runtime error
Runtime error
sergiolucero
commited on
Commit
•
9e2f17d
1
Parent(s):
8a7dbd3
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def transcribe(audio):
|
|
10 |
gr.Label("Demo CORFO")
|
11 |
demo = gr.Interface(
|
12 |
transcribe,
|
13 |
-
gr.Audio(sources=["microphone"]),
|
14 |
"text",
|
15 |
)
|
16 |
|
|
|
10 |
gr.Label("Demo CORFO")
|
11 |
demo = gr.Interface(
|
12 |
transcribe,
|
13 |
+
gr.Audio(sources=["microphone"], type="filepath"),
|
14 |
"text",
|
15 |
)
|
16 |
|