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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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