raffaelsiregar commited on
Commit
7548441
·
verified ·
1 Parent(s): 8985c8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
  from PIL import Image
4
  from transformers import pipeline
5
 
6
- pipe = pipeline("image-classification", model="raffaelsiregar/dog-breeds-classification", use_auth_token=True)
7
 
8
  def dog_classifier(dog_image):
9
  image = Image.fromarray(dog_image)
 
3
  from PIL import Image
4
  from transformers import pipeline
5
 
6
+ pipe = pipeline("image-classification", model="raffaelsiregar/dog-breeds-classification")
7
 
8
  def dog_classifier(dog_image):
9
  image = Image.fromarray(dog_image)