Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,6 @@ mic_transcribe = gr.Interface(
|
|
84 |
gr.Checkbox(value=False, label="Return timestamps"),
|
85 |
],
|
86 |
outputs="text",
|
87 |
-
layout="horizontal",
|
88 |
theme="huggingface",
|
89 |
title="Whisper Demo: Transcribe Marathi Audio",
|
90 |
description=(
|
@@ -103,7 +102,6 @@ file_transcribe = gr.Interface(
|
|
103 |
gr.Checkbox(value=False, label="Return timestamps"),
|
104 |
],
|
105 |
outputs="text",
|
106 |
-
layout="horizontal",
|
107 |
theme="huggingface",
|
108 |
title="Whisper Demo: Transcribe Marathi Audio",
|
109 |
description=(
|
@@ -123,7 +121,6 @@ yt_transcribe = gr.Interface(
|
|
123 |
gr.Checkbox(value=False, label="Return timestamps"),
|
124 |
],
|
125 |
outputs=["html", "text"],
|
126 |
-
layout="horizontal",
|
127 |
theme="huggingface",
|
128 |
title="Whisper Demo: Transcribe Marathi YouTube Video",
|
129 |
description=(
|
|
|
84 |
gr.Checkbox(value=False, label="Return timestamps"),
|
85 |
],
|
86 |
outputs="text",
|
|
|
87 |
theme="huggingface",
|
88 |
title="Whisper Demo: Transcribe Marathi Audio",
|
89 |
description=(
|
|
|
102 |
gr.Checkbox(value=False, label="Return timestamps"),
|
103 |
],
|
104 |
outputs="text",
|
|
|
105 |
theme="huggingface",
|
106 |
title="Whisper Demo: Transcribe Marathi Audio",
|
107 |
description=(
|
|
|
121 |
gr.Checkbox(value=False, label="Return timestamps"),
|
122 |
],
|
123 |
outputs=["html", "text"],
|
|
|
124 |
theme="huggingface",
|
125 |
title="Whisper Demo: Transcribe Marathi YouTube Video",
|
126 |
description=(
|