anzorq commited on
Commit
030116b
·
verified ·
1 Parent(s): 578d71a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
76
  youtube_url = gr.Textbox(label="Enter YouTube video URL")
77
 
78
  with gr.Row():
79
- img = gr.Image(label="Thumbnail", height=240, width=240)
80
- title = gr.Label(label="Video Title")
81
 
82
  transcribe_button = gr.Button("Transcribe")
83
  transcription_output = gr.Textbox(label="Transcription", placeholder="Transcription Output", lines=10)
 
76
  youtube_url = gr.Textbox(label="Enter YouTube video URL")
77
 
78
  with gr.Row():
79
+ img = gr.Image(label="Thumbnail", height=240, width=240, scale=1)
80
+ title = gr.Label(label="Video Title", scale=2)
81
 
82
  transcribe_button = gr.Button("Transcribe")
83
  transcription_output = gr.Textbox(label="Transcription", placeholder="Transcription Output", lines=10)