Spaces:
Paused
Paused
Update app.py
Browse files
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.
|
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 |
|