rahulmishra commited on
Commit
8d80e6f
·
1 Parent(s): fed75c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ Original file is located at
10
  import zipfile
11
 
12
  # Download zip file of pizza_steak images
13
- #zip_ref = "https://storage.googleapis.com/ztm_tf_course/food_vision/pizza_steak.zip "
14
 
15
  # Unzip the downloaded file
16
  zip_ref = zipfile.ZipFile("pizza_steak.zip", "r")
 
10
  import zipfile
11
 
12
  # Download zip file of pizza_steak images
13
+ zip_ref = "https://huggingface.co/spaces/rahulmishra/Binary-Classification/resolve/main/pizza_steak.zip"
14
 
15
  # Unzip the downloaded file
16
  zip_ref = zipfile.ZipFile("pizza_steak.zip", "r")