Update app.py
Browse files
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"
|
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)
|