tree3po commited on
Commit
b3d9797
·
verified ·
1 Parent(s): 6e48338

Update app.py

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