Spaces:
Sleeping
Sleeping
Commit ·
35619f4
1
Parent(s): a8e0a51
Update path
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ SINATOOLS_DIR = os.path.expanduser("~/.sinatools")
|
|
| 11 |
os.makedirs(SINATOOLS_DIR, exist_ok=True)
|
| 12 |
|
| 13 |
# Destination path
|
| 14 |
-
dest_path = os.path.join(SINATOOLS_DIR
|
| 15 |
|
| 16 |
# Download explicitly to the expected path
|
| 17 |
download_file(
|
|
|
|
| 11 |
os.makedirs(SINATOOLS_DIR, exist_ok=True)
|
| 12 |
|
| 13 |
# Destination path
|
| 14 |
+
dest_path = os.path.join(SINATOOLS_DIR)
|
| 15 |
|
| 16 |
# Download explicitly to the expected path
|
| 17 |
download_file(
|