thanhson28 commited on
Commit
5284fe0
1 Parent(s): daedf75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,4 +227,4 @@ if __name__ == "__main__":
227
  # run app
228
  # app = gr.mount_gradio_app(app, demo, path="/")
229
  # uvicorn.run(app, host="0.0.0.0", port=int(GRADIO_PORT))
230
- demo.launch(server_name="0.0.0.0", auth = (GRADIO_USERNAME, GRADIO_PASSWORD),auth_message = "Please enter username and password for login", server_port=7860)
 
227
  # run app
228
  # app = gr.mount_gradio_app(app, demo, path="/")
229
  # uvicorn.run(app, host="0.0.0.0", port=int(GRADIO_PORT))
230
+ demo.launch(server_name="0.0.0.0", auth = ("cybercore", "cybercore@hinobus"),auth_message = "Please enter username and password for login", server_port=7860)