Spaces:
Running
Running
harshalbondre
commited on
Update run.py
Browse files
run.py
CHANGED
@@ -18,7 +18,7 @@ def transcribe(audio):
|
|
18 |
|
19 |
demo = gr.Interface(
|
20 |
transcribe,
|
21 |
-
gr.Audio(sources="microphone"),
|
22 |
"text",
|
23 |
)
|
24 |
|
|
|
18 |
|
19 |
demo = gr.Interface(
|
20 |
transcribe,
|
21 |
+
gr.Audio(sources="microphone", "upload"),
|
22 |
"text",
|
23 |
)
|
24 |
|