Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ mf_transcribe = gr.Interface(
|
|
64 |
gr.inputs.Audio(source="microphone", type="filepath", optional=True),
|
65 |
gr.inputs.Audio(source="upload", type="filepath", optional=True),
|
66 |
],
|
67 |
-
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
title="Whisper Demo: Transcribe Audio",
|
|
|
64 |
gr.inputs.Audio(source="microphone", type="filepath", optional=True),
|
65 |
gr.inputs.Audio(source="upload", type="filepath", optional=True),
|
66 |
],
|
67 |
+
outputs=["text", gr.File(label="Download")]
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
title="Whisper Demo: Transcribe Audio",
|