changxin commited on
Commit
ca9adc0
1 Parent(s): 3b87861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ with demo:
9
  bt=gr.Button("运行")
10
  bt.click(fx, inputs=text_input, outputs=gr.Textbox(label="输出"))
11
 
12
- demo.launch(enable_queue=True,auth=lambda a,b:user_db.get(a)==b,auth_message="欢迎使用本web app")
13
 
 
9
  bt=gr.Button("运行")
10
  bt.click(fx, inputs=text_input, outputs=gr.Textbox(label="输出"))
11
 
12
+ demo.launch(auth=lambda a,b:user_db.get(a)==b,auth_message="欢迎使用本web app")
13