Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pwenker
/
chessli2
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3232fc5
chessli2
/
app.py
pwenker
Prepare HF space
3232fc5
12 months ago
raw
Copy download link
history
blame
Safe
96 Bytes
from
src.chessli2.gui
import
demo
if
__name__ ==
"__main__"
:
demo.launch(show_error=
True
)