Omnibus commited on
Commit
8c0fcd2
·
1 Parent(s): 9e24192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()