Trung commited on
Commit ·
7cccde1
1
Parent(s): b360f11
Update space
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
# Password authentication setup
|
| 6 |
-
PASSWORD = os.environ.get("
|
| 7 |
authenticated = False # Track authentication state
|
| 8 |
|
| 9 |
"""
|
|
|
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
# Password authentication setup
|
| 6 |
+
PASSWORD = os.environ.get("APP_PASS") # Get from Space secrets
|
| 7 |
authenticated = False # Track authentication state
|
| 8 |
|
| 9 |
"""
|