Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,11 +46,11 @@ with block:
|
|
46 |
label="Transcription",
|
47 |
placeholder="Transcription Output",
|
48 |
lines=5)
|
|
|
|
|
49 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
50 |
btn = gr.Button("Transcribe")
|
51 |
-
|
52 |
-
with gr.Row():
|
53 |
-
gr.Textbox(label = "Ejemplo: https://www.youtube.com/watch?v=pe79zhH_fVY&t=1s")
|
54 |
|
55 |
# Events
|
56 |
btn.click(inference, inputs=[link], outputs=[text])
|
|
|
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 |
+
|
|
|
|
|
54 |
|
55 |
# Events
|
56 |
btn.click(inference, inputs=[link], outputs=[text])
|