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
74639a7
·
verified
·
1 Parent(s):
b1d9cfb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from
keylock_server
.ui import demo
2
3
if __name__ == "__main__":
4
demo.launch()
1
+
from
server
.ui import demo
2
3
if __name__ == "__main__":
4
demo.launch()