Update app.py
Browse files
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="
|
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}")
|