Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ with block:
|
|
43 |
|
44 |
|
45 |
with gr.Row():
|
46 |
-
title = gr.Label(label="Video Title"
|
47 |
img = gr.Image(label="Thumbnail")
|
48 |
text = gr.Textbox(
|
49 |
label="Transcription",
|
|
|
43 |
|
44 |
|
45 |
with gr.Row():
|
46 |
+
title = gr.Label(label="Video Title")
|
47 |
img = gr.Image(label="Thumbnail")
|
48 |
text = gr.Textbox(
|
49 |
label="Transcription",
|