kendrickfff commited on
Commit
63a54d3
·
verified ·
1 Parent(s): 573f012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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