lunarflu HF Staff commited on
Commit
ea65133
·
1 Parent(s): 7aa754f

HF_TOKEN = os.getenv("HF_TOKEN")

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from PIL import Image
12
 
13
  from discord.ui import Button, View
14
 
 
15
  deepfloydif_client = Client("huggingface-projects/IF", HF_TOKEN)
16
  DISCORD_TOKEN = os.getenv("DISCORD_TOKEN")
17
 
 
12
 
13
  from discord.ui import Button, View
14
 
15
+ HF_TOKEN = os.getenv("HF_TOKEN")
16
  deepfloydif_client = Client("huggingface-projects/IF", HF_TOKEN)
17
  DISCORD_TOKEN = os.getenv("DISCORD_TOKEN")
18