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