Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ class DataManager:
|
|
72 |
def load_dataset():
|
73 |
"""Load and prepare dataset"""
|
74 |
Path("data").mkdir(exist_ok=True)
|
75 |
-
dataset_path = "/
|
76 |
|
77 |
if not Path(dataset_path).exists():
|
78 |
with st.spinner('Downloading dataset... This might take a few minutes...'):
|
|
|
72 |
def load_dataset():
|
73 |
"""Load and prepare dataset"""
|
74 |
Path("data").mkdir(exist_ok=True)
|
75 |
+
dataset_path = "https://drive.google.com/file/d/1KEJPaCtNB-uOFjcEOOvxhD2bxW-xzXtJ/view?usp=drive_link"
|
76 |
|
77 |
if not Path(dataset_path).exists():
|
78 |
with st.spinner('Downloading dataset... This might take a few minutes...'):
|