Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ from discord.ext import commands
|
|
13 |
|
14 |
from discord.ui import Button, View
|
15 |
|
16 |
-
# test2
|
17 |
|
18 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
19 |
deepfloydif_client = Client("huggingface-projects/IF", HF_TOKEN)
|
|
|
13 |
|
14 |
from discord.ui import Button, View
|
15 |
|
|
|
16 |
|
17 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
18 |
deepfloydif_client = Client("huggingface-projects/IF", HF_TOKEN)
|