BSuruchi commited on
Commit
a6247a2
·
verified ·
1 Parent(s): 9e4a769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from transformers import pipeline
3
  # Install mediapipe
4
  #!pip install mediapipe
5
 
@@ -11,6 +11,7 @@ from time import time
11
  import mediapipe as mp
12
  import matplotlib.pyplot as plt
13
  from PIL import Image
 
14
  #*******************Initialize the Pose Detection Model*****************
15
 
16
  # Initializing mediapipe pose class.
 
1
  import streamlit as st
2
+
3
  # Install mediapipe
4
  #!pip install mediapipe
5
 
 
11
  import mediapipe as mp
12
  import matplotlib.pyplot as plt
13
  from PIL import Image
14
+ from transformers import pipeline
15
  #*******************Initialize the Pose Detection Model*****************
16
 
17
  # Initializing mediapipe pose class.