Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ download_command = f"kaggle datasets download -d {dataset_name}"
|
|
36 |
|
37 |
# Run the download command
|
38 |
subprocess.run(download_command, shell=True)
|
39 |
-
Unzip the downloaded dataset
|
40 |
dataset_zip = "garbage-classification.zip"
|
41 |
extracted_folder = "./garbage-classification"
|
42 |
|
|
|
36 |
|
37 |
# Run the download command
|
38 |
subprocess.run(download_command, shell=True)
|
39 |
+
# Unzip the downloaded dataset
|
40 |
dataset_zip = "garbage-classification.zip"
|
41 |
extracted_folder = "./garbage-classification"
|
42 |
|