lunarflu HF Staff commited on
Commit
5689742
·
1 Parent(s): cc2fbe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ import time
30
  DFIF_TOKEN = os.getenv('DFIF_TOKEN')
31
 
32
  #deepfloydIF
33
- df = Client("DeepFloyd/IF", DFIF_TOKEN) #not reliable at the moment
34
- #df = Client("huggingface-projects/IF", DFIF_TOKEN)
35
 
36
  #stable diffusion upscaler
37
  sdlu = Client("huggingface-projects/stable-diffusion-latent-upscaler", DFIF_TOKEN)
 
30
  DFIF_TOKEN = os.getenv('DFIF_TOKEN')
31
 
32
  #deepfloydIF
33
+ #df = Client("DeepFloyd/IF", DFIF_TOKEN) #not reliable at the moment
34
+ df = Client("huggingface-projects/IF", DFIF_TOKEN)
35
 
36
  #stable diffusion upscaler
37
  sdlu = Client("huggingface-projects/stable-diffusion-latent-upscaler", DFIF_TOKEN)