tree3po commited on
Commit
7aee19c
·
verified ·
1 Parent(s): 962d206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -399,7 +399,7 @@ with gr.Blocks() as app:
399
  )
400
 
401
  text_input=gr.Textbox(visible=False)
402
- url_params = gr.JSON({}, visible=True, label="")
403
  app.load(predict,[text_input,url_params],[text_input,key_inp], js=get_window_url_params)
404
 
405
 
 
399
  )
400
 
401
  text_input=gr.Textbox(visible=False)
402
+ url_params = gr.JSON({}, visible=True, label="",visible=False)
403
  app.load(predict,[text_input,url_params],[text_input,key_inp], js=get_window_url_params)
404
 
405