Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ cloudinary.config(
|
|
17 |
api_secret='MjsdHI-8vvYg-yF8p5__aK_8OYs'
|
18 |
)
|
19 |
|
20 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
21 |
HEADERS = {"Authorization": f"Bearer {os.getenv('HUGGING_FACE_API_KEY')}"}
|
22 |
|
23 |
|
|
|
17 |
api_secret='MjsdHI-8vvYg-yF8p5__aK_8OYs'
|
18 |
)
|
19 |
|
20 |
+
API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-xl-base-1.0"
|
21 |
HEADERS = {"Authorization": f"Bearer {os.getenv('HUGGING_FACE_API_KEY')}"}
|
22 |
|
23 |
|