GarimaPuri01 commited on
Commit
804fb78
·
verified ·
1 Parent(s): 8bd1410

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "dima806/yoga_pose_image_classification"
17
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
18
 
19
  # Yoga Pose Classification Function using Hugging Face model
 
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
 
19
  # Yoga Pose Classification Function using Hugging Face model