image_translator / app /constants.py
gingdev's picture
chore: wip
d9028d2
raw
history blame contribute delete
159 Bytes
from pathlib import Path
FONT_PATH = "/usr/share/fonts/truetype/freefont/FreeMono.ttf"
MODEL_PATH = str(Path(__file__).parent.parent / "model/en_infer.onnx")