Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def transcribe(audio):
|
|
18 |
demo = gr.Interface(
|
19 |
transcribe,
|
20 |
gr.Audio(sources=["microphone"]),
|
21 |
-
"text"
|
22 |
)
|
23 |
|
24 |
demo.launch()
|
|
|
18 |
demo = gr.Interface(
|
19 |
transcribe,
|
20 |
gr.Audio(sources=["microphone"]),
|
21 |
+
"text"
|
22 |
)
|
23 |
|
24 |
demo.launch()
|