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