Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,5 +34,5 @@ with gr.Blocks() as appy:
|
|
34 |
with gr.Column():
|
35 |
outp_file=gr.Textbox()
|
36 |
go_btn.click(dl,inp_url,outp_file)
|
37 |
-
appy.load(fn=params.predict, inputs=[text_input,url_params], outputs=[text_output,
|
38 |
appy.launch()
|
|
|
34 |
with gr.Column():
|
35 |
outp_file=gr.Textbox()
|
36 |
go_btn.click(dl,inp_url,outp_file)
|
37 |
+
appy.load(fn=params.predict, inputs=[params.text_input,params.url_params], outputs=[params.text_output,outp_file],_js=params.load_js)
|
38 |
appy.launch()
|