Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gainward777
/
LCV_Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2c68b8f
LCV_Test
/
app.py
Gainward777
Rename Demo.py to app.py
2c68b8f
verified
about 2 months ago
raw
Copy download link
history
blame
186 Bytes
import
streamlit
as
st
st.title(
'AI Fitness Trainer: Squats Analysis'
)
recorded_file =
'output_sample.mp4'
sample_vid = st.empty()
sample_vid.video(recorded_file)