Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,7 @@ with gr.Blocks() as app:
|
|
50 |
with gr.Row(visible=False):
|
51 |
text_input=gr.Textbox()
|
52 |
text_output=gr.Textbox()
|
|
|
53 |
go_btn.click(dl,inp_url,outp_file)
|
54 |
app.load(fn=predict, inputs=[text_input,url_params], outputs=[text_output,text_input],_js=load_js)
|
55 |
app.launch()
|
|
|
50 |
with gr.Row(visible=False):
|
51 |
text_input=gr.Textbox()
|
52 |
text_output=gr.Textbox()
|
53 |
+
url_params=gr.JSON()
|
54 |
go_btn.click(dl,inp_url,outp_file)
|
55 |
app.load(fn=predict, inputs=[text_input,url_params], outputs=[text_output,text_input],_js=load_js)
|
56 |
app.launch()
|