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