GarimaPuri01 nikshep01 commited on
Commit
a94bd5b
·
verified ·
1 Parent(s): 56facd8

Update app.py (#1)

Browse files

- Update app.py (547eaa50f1dce17c07a9d4a370b710db04eb470b)


Co-authored-by: Nikshep Paliwal <[email protected]>

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 = "your-huggingface-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