Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yuhe6/final_project
JaaackXD
/
Cat-Dog-Classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yuhe6
commited on
May 5, 2022
Commit
524a9fe
·
1 Parent(s):
3692424
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -96,7 +96,7 @@ def inference(input_image):
96
97
#with open("dog_cat.txt", "r") as f:
98
99
-
categories = ["
cat
","
dog
"]
100
101
102
96
97
#with open("dog_cat.txt", "r") as f:
98
99
+
categories = ["
dog
","
cat
"]
100
101
102