Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xtlyxt
/
facefeature
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xtlyxt
commited on
Apr 26, 2024
Commit
de3aa3a
·
verified
·
1 Parent(s):
5805817
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
import streamlit as st
2
#streamlit clean
3
#streamlit run app.py
4
1
import streamlit as st
2
+
import torch
3
+
4
#streamlit clean
5
#streamlit run app.py
6