Spaces:
Build error
Build error
File size: 148 Bytes
343fa36 |
1 2 3 4 5 6 7 8 |
"""
Constants for the demo.
"""
MODEL_DIRECTORY = "demo/onnx_models"
LEELA_MODEL_DIRECTORY = "demo/leela_models"
FIGURE_DIRECTORY = "demo/figures"
|