Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|