padmanabhbosamia commited on
Commit
b8dbce6
1 Parent(s): 8e9aa2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ logging.set_verbosity_error()
29
  torch_device = "cuda" if torch.cuda.is_available() else "cpu"
30
 
31
  import os
32
- MY_TOKEN=os.environ.get('HF_TOKEN_SD')
33
 
34
 
35
  # Load the autoencoder model which will be used to decode the latents into image space.
 
29
  torch_device = "cuda" if torch.cuda.is_available() else "cpu"
30
 
31
  import os
32
+ MY_TOKEN=os.environ.get('Learning')
33
 
34
 
35
  # Load the autoencoder model which will be used to decode the latents into image space.