Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lalamax3d
/
cvTools
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cvTools
/
dev.py
lalamax3d
local dev and multitab base
4cf346c
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
from
app
import
create_demo
if
__name__ ==
"__main__"
:
demo = create_demo()
demo.queue()
demo.launch(
server_port=
7860
,
server_name=
"0.0.0.0"
)