vishash commited on
Commit
de6656f
·
verified ·
1 Parent(s): 1fa0eaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("HF_TOKEN")
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: