Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ app = Flask(__name__)
|
|
6 |
|
7 |
# Hugging Face API Configuration
|
8 |
HF_API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large"
|
9 |
-
HF_API_KEY = os.environ.get(HF_TOKEN") # Set your Hugging Face API key
|
10 |
|
11 |
# Chevereto Configuration
|
12 |
CHEVERETO_API_URL = os.environ.get("API_URL")
|
|
|
6 |
|
7 |
# Hugging Face API Configuration
|
8 |
HF_API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large"
|
9 |
+
HF_API_KEY = os.environ.get("HF_TOKEN") # Set your Hugging Face API key
|
10 |
|
11 |
# Chevereto Configuration
|
12 |
CHEVERETO_API_URL = os.environ.get("API_URL")
|