anzorq commited on
Commit
578d71a
1 Parent(s): fd5f6db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
75
  gr.Markdown("## Transcribe speech from YouTube video")
76
  youtube_url = gr.Textbox(label="Enter YouTube video URL")
77
 
78
- with gr.Grid(2, elem_id="thumbnail-title-grid"):
79
  img = gr.Image(label="Thumbnail", height=240, width=240)
80
  title = gr.Label(label="Video Title")
81
 
 
75
  gr.Markdown("## Transcribe speech from YouTube video")
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