Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,5 @@ import os
|
|
| 3 |
import requests
|
| 4 |
HUGGING_FACE_TOKEN=os.environ.get('HUGGING_FACE_TOKEN', None)
|
| 5 |
|
| 6 |
-
gradio environment
|
| 7 |
-
|
| 8 |
iface = gr.load(src="spaces",name="dwipper/NILI-Mobile",hf_token=HUGGING_FACE_TOKEN)
|
| 9 |
iface.launch(auth=("admin","admin"), auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
|
|
|
|
| 3 |
import requests
|
| 4 |
HUGGING_FACE_TOKEN=os.environ.get('HUGGING_FACE_TOKEN', None)
|
| 5 |
|
|
|
|
|
|
|
| 6 |
iface = gr.load(src="spaces",name="dwipper/NILI-Mobile",hf_token=HUGGING_FACE_TOKEN)
|
| 7 |
iface.launch(auth=("admin","admin"), auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
|