Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
|
| 5 |
# Hugging Face API
|
| 6 |
HF_API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large"
|
| 7 |
-
HF_API_KEY = os.getenv("
|
| 8 |
|
| 9 |
# Chevereto API
|
| 10 |
CHEVERETO_API_URL = os.getenv("API_URL")
|
|
|
|
| 4 |
|
| 5 |
# Hugging Face API
|
| 6 |
HF_API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large"
|
| 7 |
+
HF_API_KEY = os.getenv("HF_TOKEN")
|
| 8 |
|
| 9 |
# Chevereto API
|
| 10 |
CHEVERETO_API_URL = os.getenv("API_URL")
|