Spaces:
Sleeping
Sleeping
Update model
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
|
|
5 |
from transformers import pipeline
|
6 |
|
7 |
# Load pre-trained image classification model from transformers library
|
8 |
-
model = pipeline("image-classification", model="0x70DA/down-syndrome-classifier")
|
9 |
|
10 |
# Load face detector from dlib library
|
11 |
detector = dlib.get_frontal_face_detector()
|
|
|
5 |
from transformers import pipeline
|
6 |
|
7 |
# Load pre-trained image classification model from transformers library
|
8 |
+
model = pipeline("image-classification", model="0x70DA/down-syndrome-classifier-v2")
|
9 |
|
10 |
# Load face detector from dlib library
|
11 |
detector = dlib.get_frontal_face_detector()
|