Spaces:
Sleeping
Sleeping
File size: 159 Bytes
d9028d2 |
1 2 3 4 5 |
from pathlib import Path
FONT_PATH = "/usr/share/fonts/truetype/freefont/FreeMono.ttf"
MODEL_PATH = str(Path(__file__).parent.parent / "model/en_infer.onnx")
|