Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ mic_transcribe = gr.Interface(
|
|
60 |
gr.inputs.Checkbox(default=False, label="Return timestamps"),
|
61 |
],
|
62 |
outputs="text",
|
63 |
-
layout="
|
64 |
theme="huggingface",
|
65 |
title="Whisper Demo: Transcribe Audio",
|
66 |
description=(
|
@@ -79,7 +79,7 @@ file_transcribe = gr.Interface(
|
|
79 |
gr.inputs.Checkbox(default=False, label="Return timestamps"),
|
80 |
],
|
81 |
outputs="text",
|
82 |
-
layout="
|
83 |
theme="huggingface",
|
84 |
title="Whisper Demo: Transcribe Audio",
|
85 |
description=(
|
|
|
60 |
gr.inputs.Checkbox(default=False, label="Return timestamps"),
|
61 |
],
|
62 |
outputs="text",
|
63 |
+
layout="vertical",
|
64 |
theme="huggingface",
|
65 |
title="Whisper Demo: Transcribe Audio",
|
66 |
description=(
|
|
|
79 |
gr.inputs.Checkbox(default=False, label="Return timestamps"),
|
80 |
],
|
81 |
outputs="text",
|
82 |
+
layout="vertical",
|
83 |
theme="huggingface",
|
84 |
title="Whisper Demo: Transcribe Audio",
|
85 |
description=(
|