Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
|
| 5 |
# Constants
|
| 6 |
SPACE_URL = "https://z7svds7k42bwhhgm.us-east-1.aws.endpoints.huggingface.cloud"
|
| 7 |
-
HF_API_KEY =
|
| 8 |
DUBS_PATH = "🐾" # Optional: Replace with an avatar path if needed
|
| 9 |
|
| 10 |
# Streamlit Configuration
|
|
|
|
| 4 |
|
| 5 |
# Constants
|
| 6 |
SPACE_URL = "https://z7svds7k42bwhhgm.us-east-1.aws.endpoints.huggingface.cloud"
|
| 7 |
+
HF_API_KEY = os.getenv("HF_API_KEY")
|
| 8 |
DUBS_PATH = "🐾" # Optional: Replace with an avatar path if needed
|
| 9 |
|
| 10 |
# Streamlit Configuration
|