roll-ai commited on
Commit
8969c85
·
verified ·
1 Parent(s): 3ca8d26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def download_weights():
31
  repo_id=HF_DATASET_REPO,
32
  repo_type="dataset",
33
  filename=hf_path,
34
- local_dir="ckpt"
35
  )
36
  else:
37
  print(f"✅ Already exists: {local_path}")
 
31
  repo_id=HF_DATASET_REPO,
32
  repo_type="dataset",
33
  filename=hf_path,
34
+ local_dir="./"
35
  )
36
  else:
37
  print(f"✅ Already exists: {local_path}")