Spaces:
Sleeping
Sleeping
BlahBlah314
commited on
Commit
•
225ea17
1
Parent(s):
82135f1
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
|
6 |
RUNPOD_API = os.environ.get("RUNPOD_API")
|
7 |
RUNPOD_ENDPOINT = os.environ.get("RUNPOD_ENDPOINT")
|
8 |
-
auth = [(os.environ.get("
|
9 |
|
10 |
|
11 |
def welcome_user(request: gr.Request):
|
|
|
5 |
|
6 |
RUNPOD_API = os.environ.get("RUNPOD_API")
|
7 |
RUNPOD_ENDPOINT = os.environ.get("RUNPOD_ENDPOINT")
|
8 |
+
auth = [(os.environ.get("ADMIN"), os.environ.get("ADMIN_PW")), (os.environ.get("USER"), os.environ.get("USER_PW"))]
|
9 |
|
10 |
|
11 |
def welcome_user(request: gr.Request):
|