Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import torch
|
|
| 5 |
from diffusers import StableDiffusionPipeline
|
| 6 |
|
| 7 |
# Get Hugging Face Token from Environment Variable
|
| 8 |
-
HF_TOKEN = os.environ.get("
|
| 9 |
|
| 10 |
# Ensure the token is set
|
| 11 |
if not HF_TOKEN:
|
|
|
|
| 5 |
from diffusers import StableDiffusionPipeline
|
| 6 |
|
| 7 |
# Get Hugging Face Token from Environment Variable
|
| 8 |
+
HF_TOKEN = os.environ.get("stablediffussion")
|
| 9 |
|
| 10 |
# Ensure the token is set
|
| 11 |
if not HF_TOKEN:
|