leoeric commited on
Commit
0194c79
·
1 Parent(s): 7f796c3

Set password authentication

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,7 +309,7 @@ if __name__ == "__main__":
309
  demo.launch(
310
  server_name="0.0.0.0",
311
  server_port=7860,
312
- auth=("starflow", "your-password-here"), # Change password!
313
  share=False # Set to True if you want public Gradio link
314
  )
315
 
 
309
  demo.launch(
310
  server_name="0.0.0.0",
311
  server_port=7860,
312
+ auth=("starflow", "im30"), # Change password!
313
  share=False # Set to True if you want public Gradio link
314
  )
315