xiaolv commited on
Commit
de12296
1 Parent(s): 9d45eff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ if __name__ == "__main__":
125
  """)
126
 
127
  # launches the app in a new local port
128
- dialog_app.launch(show_error=True,share=True)
129
  # 为网站设置密码防止滥用
130
  # dialog_app.launch(auth=("admin", "pass1234"))
131
 
 
125
  """)
126
 
127
  # launches the app in a new local port
128
+ dialog_app.launch(show_error=True,share=True,show_api=True)
129
  # 为网站设置密码防止滥用
130
  # dialog_app.launch(auth=("admin", "pass1234"))
131