Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ mic_transcribe = gr.Interface(
|
|
63 |
gr.inputs.Textbox(label="Word/Phrase"),
|
64 |
gr.inputs.Checkbox(default=False, label="Return timestamps"),
|
65 |
],
|
66 |
-
outputs=["text", "
|
67 |
layout="vertical",
|
68 |
theme="huggingface",
|
69 |
title="Whisper Demo: Transcribe Audio",
|
|
|
63 |
gr.inputs.Textbox(label="Word/Phrase"),
|
64 |
gr.inputs.Checkbox(default=False, label="Return timestamps"),
|
65 |
],
|
66 |
+
outputs=["text", "text"],
|
67 |
layout="vertical",
|
68 |
theme="huggingface",
|
69 |
title="Whisper Demo: Transcribe Audio",
|