Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks(css=css) as demo:
|
|
257 |
gr.Markdown("This is a simple demo for Kyutai's Hibiki translation models • Currently supports French to English only.")
|
258 |
|
259 |
with gr.Row():
|
260 |
-
with gr.Column(scale=
|
261 |
video_input = gr.Video(label="Video IN (Optional)")
|
262 |
audio_input = gr.Audio(label="Audio IN", type="filepath")
|
263 |
submit_btn = gr.Button("Generate translations")
|
@@ -271,7 +271,7 @@ with gr.Blocks(css=css) as demo:
|
|
271 |
inputs = [audio_input]
|
272 |
)
|
273 |
|
274 |
-
with gr.Column(scale=
|
275 |
output_result = gr.Audio(label="Translated result")
|
276 |
|
277 |
with gr.Row():
|
|
|
257 |
gr.Markdown("This is a simple demo for Kyutai's Hibiki translation models • Currently supports French to English only.")
|
258 |
|
259 |
with gr.Row():
|
260 |
+
with gr.Column(scale=2):
|
261 |
video_input = gr.Video(label="Video IN (Optional)")
|
262 |
audio_input = gr.Audio(label="Audio IN", type="filepath")
|
263 |
submit_btn = gr.Button("Generate translations")
|
|
|
271 |
inputs = [audio_input]
|
272 |
)
|
273 |
|
274 |
+
with gr.Column(scale=3):
|
275 |
output_result = gr.Audio(label="Translated result")
|
276 |
|
277 |
with gr.Row():
|