Spaces:
Running
Running
Olivier-Truong
commited on
Commit
•
2bbc139
1
Parent(s):
2ffcc1b
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ mf_transcribe = gr.Interface(
|
|
97 |
gr.Radio(["transcribe", "translate"], label="Task"),
|
98 |
],
|
99 |
outputs="text",
|
100 |
-
layout="horizontal",
|
101 |
theme="huggingface",
|
102 |
title="Whisper Large V3: Transcribe Audio",
|
103 |
description=(
|
@@ -115,7 +115,7 @@ file_transcribe = gr.Interface(
|
|
115 |
gr.Radio(["transcribe", "translate"], label="Task"),
|
116 |
],
|
117 |
outputs="text",
|
118 |
-
layout="horizontal",
|
119 |
theme="huggingface",
|
120 |
title="Whisper Large V3: Transcribe Audio",
|
121 |
description=(
|
|
|
97 |
gr.Radio(["transcribe", "translate"], label="Task"),
|
98 |
],
|
99 |
outputs="text",
|
100 |
+
#layout="horizontal",
|
101 |
theme="huggingface",
|
102 |
title="Whisper Large V3: Transcribe Audio",
|
103 |
description=(
|
|
|
115 |
gr.Radio(["transcribe", "translate"], label="Task"),
|
116 |
],
|
117 |
outputs="text",
|
118 |
+
#layout="horizontal",
|
119 |
theme="huggingface",
|
120 |
title="Whisper Large V3: Transcribe Audio",
|
121 |
description=(
|