Omnibus commited on
Commit
67f0e96
·
1 Parent(s): 2fa0ec0

Update params.py

Browse files
Files changed (1) hide show
  1. params.py +1 -1
params.py CHANGED
@@ -21,5 +21,5 @@ with gr.Blocks() as app:
21
  text_input=gr.Textbox()
22
  text_output=gr.Textbox()
23
  url_params = gr.JSON({}, visible=True, label="")
24
- app.load(fn=predict, inputs=[text_input,url_params], outputs=[text_output,text_input],_js=load_js)
25
 
 
21
  text_input=gr.Textbox()
22
  text_output=gr.Textbox()
23
  url_params = gr.JSON({}, visible=True, label="")
24
+ app.load(fn=predict, inputs=[text_input,url_params], outputs=[text_output,text_input],_js=load_js)
25