dwipper commited on
Commit
05df094
·
1 Parent(s): 3c6ef2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,8 +73,8 @@ def greet(name):
73
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
74
 
75
  if __name__ == "__main__":
76
- demo.launch(auth=("admin", "1234"), auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
77
 
78
- #nili.launch(auth=("admin", "1234"), auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
79
  #nili.launch(auth=login_auth, auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
80
  #nili.launch()
 
73
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
74
 
75
  if __name__ == "__main__":
76
+ demo.launch(auth=login_auth, auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
77
 
78
+ #nili.launch(auth=login_auth, auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
79
  #nili.launch(auth=login_auth, auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
80
  #nili.launch()