Spaces:
Runtime error
Runtime error
Commit
·
8d80e6f
1
Parent(s):
fed75c1
Update app.py
Browse files
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 |
-
|
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")
|