Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pn23
/
HacklyticsPoseDetection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pn23
commited on
Feb 10, 2024
Commit
61bd756
·
verified
·
1 Parent(s):
1c1abdb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import streamlit as st
2
import numpy as np
3
-
import cv2
as cv
4
5
title = st.title("Welcome to Therapute")
6
1
import streamlit as st
2
import numpy as np
3
+
import cv2
4
5
title = st.title("Welcome to Therapute")
6