Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,8 @@ import joblib # to save/load model
|
|
19 |
|
20 |
# === CONFIGURATION ===
|
21 |
SAAVN_SEARCH_URL = "https://saavn.dev/api/search/songs?query={query}&limit=1"
|
22 |
-
DATA_DIR = "
|
|
|
23 |
|
24 |
# Create data directory if it doesn't exist
|
25 |
if not os.path.exists(DATA_DIR):
|
|
|
19 |
|
20 |
# === CONFIGURATION ===
|
21 |
SAAVN_SEARCH_URL = "https://saavn.dev/api/search/songs?query={query}&limit=1"
|
22 |
+
DATA_DIR = "audio"
|
23 |
+
# update this if your folder is different
|
24 |
|
25 |
# Create data directory if it doesn't exist
|
26 |
if not os.path.exists(DATA_DIR):
|