Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -679,6 +679,6 @@ with gr.Blocks(CIMStheme) as iface:
|
|
679 |
with gr.Column(scale=4):
|
680 |
gr.HTML('<center><i>© 2023 Collegiate Influencer Marketing Systems, Inc.</i><br>CIMS.AI, CIMS.AI logo, NILI, NILI logo, and EzNIL are trademarks of Collegiate Influencer Marketing Systems, Inc.</center>')
|
681 |
|
682 |
-
|
683 |
#iface.queue(concurrency_count=20).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'")
|
684 |
iface.launch(show_api=False)
|
|
|
679 |
with gr.Column(scale=4):
|
680 |
gr.HTML('<center><i>© 2023 Collegiate Influencer Marketing Systems, Inc.</i><br>CIMS.AI, CIMS.AI logo, NILI, NILI logo, and EzNIL are trademarks of Collegiate Influencer Marketing Systems, Inc.</center>')
|
681 |
|
682 |
+
iface.queue()
|
683 |
#iface.queue(concurrency_count=20).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'")
|
684 |
iface.launch(show_api=False)
|