Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ import torchvision
|
|
| 15 |
|
| 16 |
|
| 17 |
# Define dataset paths
|
| 18 |
-
zip_path = "
|
| 19 |
-
dataset_folder = "./
|
| 20 |
|
| 21 |
# Check and extract dataset
|
| 22 |
if not os.path.exists(dataset_folder):
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
# Define dataset paths
|
| 18 |
+
zip_path = "Fruits_dataset.zip"
|
| 19 |
+
dataset_folder = "./Fruits_dataset"
|
| 20 |
|
| 21 |
# Check and extract dataset
|
| 22 |
if not os.path.exists(dataset_folder):
|