Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ DFIF_TOKEN = os.getenv('HF_TOKEN')
|
|
28 |
df = Client("huggingface-projects/IF", DFIF_TOKEN)
|
29 |
sdlu = Client("huggingface-projects/stable-diffusion-latent-upscaler", DFIF_TOKEN)
|
30 |
|
31 |
-
DISCORD_TOKEN = os.environ.get("
|
32 |
intents = discord.Intents.default()
|
33 |
intents.message_content = True
|
34 |
|
|
|
28 |
df = Client("huggingface-projects/IF", DFIF_TOKEN)
|
29 |
sdlu = Client("huggingface-projects/stable-diffusion-latent-upscaler", DFIF_TOKEN)
|
30 |
|
31 |
+
DISCORD_TOKEN = os.environ.get("GRADIOTEST_TOKEN", None)
|
32 |
intents = discord.Intents.default()
|
33 |
intents.message_content = True
|
34 |
|