Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,6 @@ mf_transcribe = gr.Interface(
|
|
98 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
99 |
],
|
100 |
outputs="text",
|
101 |
-
layout="horizontal",
|
102 |
theme="huggingface",
|
103 |
title="Whisper Large V3: Transcribe Audio",
|
104 |
description=(
|
@@ -116,7 +115,6 @@ file_transcribe = gr.Interface(
|
|
116 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
117 |
],
|
118 |
outputs="text",
|
119 |
-
layout="horizontal",
|
120 |
theme="huggingface",
|
121 |
title="Whisper Large V3: Transcribe Audio",
|
122 |
description=(
|
@@ -134,7 +132,6 @@ yt_transcribe = gr.Interface(
|
|
134 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
|
135 |
],
|
136 |
outputs=["html", "text"],
|
137 |
-
layout="horizontal",
|
138 |
theme="huggingface",
|
139 |
title="Whisper Large V3: Transcribe YouTube",
|
140 |
description=(
|
|
|
98 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
99 |
],
|
100 |
outputs="text",
|
|
|
101 |
theme="huggingface",
|
102 |
title="Whisper Large V3: Transcribe Audio",
|
103 |
description=(
|
|
|
115 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
116 |
],
|
117 |
outputs="text",
|
|
|
118 |
theme="huggingface",
|
119 |
title="Whisper Large V3: Transcribe Audio",
|
120 |
description=(
|
|
|
132 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
|
133 |
],
|
134 |
outputs=["html", "text"],
|
|
|
135 |
theme="huggingface",
|
136 |
title="Whisper Large V3: Transcribe YouTube",
|
137 |
description=(
|