kgauvin603 commited on
Commit
08afbf6
·
verified ·
1 Parent(s): 36d6a64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -47,6 +47,9 @@ if os.path.exists('dataset'):
47
  if os.path.exists('collection_db'):
48
  !rm -rf dataset
49
 
 
 
 
50
  #Upload Dataset-10k.zip and unzip it dataset folder using -d option
51
  !unzip Dataset-10k.zip -d dataset
52
 
 
47
  if os.path.exists('collection_db'):
48
  !rm -rf dataset
49
 
50
+ #Mount the Google Drive
51
+ drive.mount('/content/drive')
52
+
53
  #Upload Dataset-10k.zip and unzip it dataset folder using -d option
54
  !unzip Dataset-10k.zip -d dataset
55