Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ from PIL import Image
|
|
11 |
feature_extractor = ViTImageProcessor.from_pretrained('ArdyL/VIT_SIBI_ALL')
|
12 |
model = AutoModelForImageClassification.from_pretrained('ArdyL/VIT_SIBI_ALL')
|
13 |
|
|
|
14 |
mp_hands = mp.solutions.hands
|
15 |
# mp_drawing_styles = mp.solutions.drawing_styles
|
16 |
# mp_holistic = mp.solutions.holistic
|
|
|
11 |
feature_extractor = ViTImageProcessor.from_pretrained('ArdyL/VIT_SIBI_ALL')
|
12 |
model = AutoModelForImageClassification.from_pretrained('ArdyL/VIT_SIBI_ALL')
|
13 |
|
14 |
+
|
15 |
mp_hands = mp.solutions.hands
|
16 |
# mp_drawing_styles = mp.solutions.drawing_styles
|
17 |
# mp_holistic = mp.solutions.holistic
|