Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
KeyLock-Auth-Server-Repo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
Jun 10
Commit
40b01e6
·
verified
·
1 Parent(s):
c270fe5
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from keylock_server.ui import demo
2
+
3
+
if __name__ == "__main__":
4
+
demo.launch()