ericxlima commited on
Commit
9665866
·
1 Parent(s): 998eeb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ dogs = {
20
  'Golden Retriever': [],
21
  }
22
 
23
- pipeline = pipeline("image_classification", model=model)
24
 
25
 
26
  def predict(image):
 
20
  'Golden Retriever': [],
21
  }
22
 
23
+ pipeline = pipeline(model=model)
24
 
25
 
26
  def predict(image):