Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
discord-community
/
music-bot
like
7
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
not-lain
commited on
Dec 25, 2024
Commit
adfd0c7
·
verified
·
1 Parent(s):
f6dc26b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -7,6 +7,7 @@ import os
7
import threading
8
import asyncio
9
10
# Load environment variables
11
load_dotenv()
12
7
import threading
8
import asyncio
9
10
+
11
# Load environment variables
12
load_dotenv()
13