yuhe6 commited on
Commit
524a9fe
1 Parent(s): 3692424

Update app.py

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