Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def transcribe(audio):
|
|
29 |
|
30 |
gradio_app = gr.Interface(
|
31 |
fn=transcribe,
|
32 |
-
inputs=gr.Audio(
|
33 |
outputs=gr.Textbox(label="Result"),
|
34 |
title="Transcribed",
|
35 |
)
|
|
|
29 |
|
30 |
gradio_app = gr.Interface(
|
31 |
fn=transcribe,
|
32 |
+
inputs=gr.Audio(type="filepath"),
|
33 |
outputs=gr.Textbox(label="Result"),
|
34 |
title="Transcribed",
|
35 |
)
|