HF_TOKEN = os.getenv("HF_TOKEN")
Browse files
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 |
|