Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ pose = mp_pose.Pose(min_detection_confidence=0.5, min_tracking_confidence=0.5)
|
|
13 |
mp_drawing = mp.solutions.drawing_utils
|
14 |
|
15 |
# Load the Hugging Face model and tokenizer
|
16 |
-
model_name = "
|
17 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
18 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
19 |
|
|
|
13 |
mp_drawing = mp.solutions.drawing_utils
|
14 |
|
15 |
# Load the Hugging Face model and tokenizer
|
16 |
+
model_name = "dima806/yoga_pose_image_classification"
|
17 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
18 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
19 |
|