Spaces:
Running
Running
Olivier-Truong
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ yt_transcribe = gr.Interface(
|
|
133 |
gr.Radio(["transcribe", "translate"], label="Task")
|
134 |
],
|
135 |
outputs=["html", "text"],
|
136 |
-
layout="horizontal",
|
137 |
theme="huggingface",
|
138 |
title="Whisper Large V3: Transcribe YouTube",
|
139 |
description=(
|
|
|
133 |
gr.Radio(["transcribe", "translate"], label="Task")
|
134 |
],
|
135 |
outputs=["html", "text"],
|
136 |
+
#layout="horizontal",
|
137 |
theme="huggingface",
|
138 |
title="Whisper Large V3: Transcribe YouTube",
|
139 |
description=(
|