chessli2 / app.py
pwenker's picture
Prepare HF space
3232fc5
raw
history blame
96 Bytes
from src.chessli2.gui import demo
if __name__ == "__main__":
demo.launch(show_error=True)