ericxlima commited on
Commit
277a022
·
1 Parent(s): 9665866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline, AutoModel
3
 
4
  model = AutoModel.from_pretrained("ericxlima/DogsClassifierModel")
5
 
6
- dogs = {
7
  'Zwergspitz Dog': [],
8
  'Bouledogue Français Dog': [],
9
  'Shih Tzu Dog': [],
 
3
 
4
  model = AutoModel.from_pretrained("ericxlima/DogsClassifierModel")
5
 
6
+ dogs = {
7
  'Zwergspitz Dog': [],
8
  'Bouledogue Français Dog': [],
9
  'Shih Tzu Dog': [],