Sonia2k5 commited on
Commit
d9c2543
·
verified ·
1 Parent(s): 227ce95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 = "/content/drive/MyDrive/audio" # update this if your folder is different
 
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):