Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,6 @@ with block:
|
|
62 |
text = gr.Textbox(label="Transcription", placeholder="Transcription Output", lines=10)
|
63 |
with gr.Row().style(equal_height=True):
|
64 |
btn = gr.Button("Transcribe")
|
65 |
-
btn.click(gio, inputs=[link, sz
|
66 |
link.change(gio.populate_metadata, inputs=[link], outputs=[img, title])
|
67 |
block.launch()
|
|
|
62 |
text = gr.Textbox(label="Transcription", placeholder="Transcription Output", lines=10)
|
63 |
with gr.Row().style(equal_height=True):
|
64 |
btn = gr.Button("Transcribe")
|
65 |
+
btn.click(gio, inputs=[link, sz], outputs=[text])
|
66 |
link.change(gio.populate_metadata, inputs=[link], outputs=[img, title])
|
67 |
block.launch()
|