Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ mic_transcribe = gr.Interface(
|
|
34 |
file_transcribe = gr.Interface(
|
35 |
fn=transcribe_speech,
|
36 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
37 |
-
outputs=
|
38 |
)
|
39 |
|
40 |
with demo:
|
|
|
34 |
file_transcribe = gr.Interface(
|
35 |
fn=transcribe_speech,
|
36 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
37 |
+
outputs="text",
|
38 |
)
|
39 |
|
40 |
with demo:
|