kgauvin603 commited on
Commit
5f846a8
·
verified ·
1 Parent(s): aa52580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ./Dataset-10k.zip -d dataset"
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: