RobCaamano commited on
Commit
0700659
1 Parent(s): ad14260

Update UI.py

Browse files
Files changed (1) hide show
  1. UI.py +1 -1
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
  )