Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zoya23
/
AI_Sleep_Detection
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zoya23
commited on
May 18
Commit
e91da0e
·
verified
·
1 Parent(s):
259e668
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -19,3 +19,4 @@ if st.button("Detect Sleep State"):
19
st.success("Sleep State: **Wakeup**")
20
else:
21
st.success("Sleep State: **Onset**")
19
st.success("Sleep State: **Wakeup**")
20
else:
21
st.success("Sleep State: **Onset**")
22
+