kgauvin603 commited on
Commit
7367161
·
verified ·
1 Parent(s): 2114964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -52,13 +52,13 @@ embedding_model = SentenceTransformerEmbeddings(model_name='thenlper/gte-large')
52
 
53
  # If dataset directory exixts, remove it and all of the contents within
54
 
55
- if os.path.exists('dataset'):
56
- !rm -rf dataset
57
 
58
  # If collection_db exists, remove it and all of the contents within
59
 
60
- if os.path.exists('collection_db'):
61
- !rm -rf dataset
62
 
63
  #Mount the Google Drive
64
  #drive.mount('/content/drive')
 
52
 
53
  # If dataset directory exixts, remove it and all of the contents within
54
 
55
+ #if os.path.exists('dataset'):
56
+ # !rm -rf dataset
57
 
58
  # If collection_db exists, remove it and all of the contents within
59
 
60
+ #if os.path.exists('collection_db'):
61
+ # !rm -rf dataset
62
 
63
  #Mount the Google Drive
64
  #drive.mount('/content/drive')