Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import time
|
|
| 7 |
from PIL import Image
|
| 8 |
import json
|
| 9 |
|
| 10 |
-
# Project by
|
| 11 |
|
| 12 |
# Base API URL for Hugging Face inference
|
| 13 |
API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-xl-base-1.0"
|
|
|
|
| 7 |
from PIL import Image
|
| 8 |
import json
|
| 9 |
|
| 10 |
+
# Project by Nymboa
|
| 11 |
|
| 12 |
# Base API URL for Hugging Face inference
|
| 13 |
API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-xl-base-1.0"
|