Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gingdev
/
image_translator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d9028d2
image_translator
/
app
/
constants.py
gingdev
chore: wip
d9028d2
7 months ago
raw
Copy download link
history
blame
Safe
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"
)