Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,5 +101,5 @@ if __name__ == "__main__":
|
|
| 101 |
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'")
|
| 102 |
"""
|
| 103 |
|
| 104 |
-
iface.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'")
|
| 105 |
-
#iface.launch()
|
|
|
|
| 101 |
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'")
|
| 102 |
"""
|
| 103 |
|
| 104 |
+
iface.launch(show_api=False, 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'")
|
| 105 |
+
#iface.launch(show_api=False)
|