Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sh9
/
face-mask-cls
like
0
License:
gpl-3.0
Model card
Files
Files and versions
Community
sh9
commited on
Jun 22, 2024
Commit
b29701d
·
verified
·
1 Parent(s):
8acdc01
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+9
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,9 @@
1
+
import streamlit as st
2
+
3
+
4
+
def main():
5
+
st.title('Model Deployment')
6
+
st.writee(' App')
7
+
8
+
if __name__ == __main__:
9
+
main()