Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
77 |
|
78 |
-
#nili.launch(auth=
|
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()
|