Spaces:
Sleeping
Sleeping
kgauvin603
commited on
Update app.py
Browse files
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')
|