ArdyL commited on
Commit
be4061f
·
1 Parent(s): 2545225

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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