Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,10 @@ with block:
|
|
39 |
|
40 |
link = gr.Textbox(label="YouTube Link")
|
41 |
|
|
|
|
|
|
|
|
|
42 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
43 |
title = gr.Label(label="Video Title", placeholder="Title")
|
44 |
img = gr.Image(label="Thumbnail")
|
@@ -46,8 +50,6 @@ with block:
|
|
46 |
label="Transcription",
|
47 |
placeholder="Transcription Output",
|
48 |
lines=5)
|
49 |
-
with gr.Row():
|
50 |
-
gr.Label(label = "Ejemplo: https://www.youtube.com/watch?v=pe79zhH_fVY&t=1s")
|
51 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
52 |
btn = gr.Button("Transcribe")
|
53 |
|
|
|
39 |
|
40 |
link = gr.Textbox(label="YouTube Link")
|
41 |
|
42 |
+
|
43 |
+
with gr.Row():
|
44 |
+
gr.Label(label = "Ejemplo: https://www.youtube.com/watch?v=pe79zhH_fVY&t=1s")
|
45 |
+
|
46 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
47 |
title = gr.Label(label="Video Title", placeholder="Title")
|
48 |
img = gr.Image(label="Thumbnail")
|
|
|
50 |
label="Transcription",
|
51 |
placeholder="Transcription Output",
|
52 |
lines=5)
|
|
|
|
|
53 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
54 |
btn = gr.Button("Transcribe")
|
55 |
|