Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def transcribe(audio):
|
|
9 |
|
10 |
gr.Interface(
|
11 |
fn=transcribe,
|
12 |
-
inputs=[gr.Audio(sources=
|
13 |
outputs=["textbox"],
|
14 |
-
title="
|
15 |
).launch()
|
|
|
9 |
|
10 |
gr.Interface(
|
11 |
fn=transcribe,
|
12 |
+
inputs=[gr.Audio(sources="microphone", type="filepath")],
|
13 |
outputs=["textbox"],
|
14 |
+
title="Audio To Text"
|
15 |
).launch()
|