Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ if os.path.exists('dataset'):
|
|
57 |
if os.path.exists('collection_db'):
|
58 |
!rm -rf dataset
|
59 |
"""
|
60 |
-
|
61 |
# Command to unzip the file
|
62 |
command = "unzip ./Dataset-10k.zip -d dataset"
|
63 |
|
|
|
57 |
if os.path.exists('collection_db'):
|
58 |
!rm -rf dataset
|
59 |
"""
|
60 |
+
print(f"about to unzio")
|
61 |
# Command to unzip the file
|
62 |
command = "unzip ./Dataset-10k.zip -d dataset"
|
63 |
|