Spaces:
Sleeping
Sleeping
Update UI.py
#1
by
RobCaamano
- opened
UI.py
CHANGED
@@ -16,7 +16,7 @@ def run_pipeline(youtube_url):
|
|
16 |
iface = gr.Interface(
|
17 |
fn=run_pipeline,
|
18 |
inputs=gr.Textbox(lines=2, placeholder="Enter YouTube Video URL here..."),
|
19 |
-
outputs=gr.Video(),
|
20 |
title="YouTube Video Processing",
|
21 |
description="Enter a YouTube URL to process the video through transcription, translation, and more."
|
22 |
)
|
|
|
16 |
iface = gr.Interface(
|
17 |
fn=run_pipeline,
|
18 |
inputs=gr.Textbox(lines=2, placeholder="Enter YouTube Video URL here..."),
|
19 |
+
outputs=gr.Video(height=500, width=700),
|
20 |
title="YouTube Video Processing",
|
21 |
description="Enter a YouTube URL to process the video through transcription, translation, and more."
|
22 |
)
|