test3 / model.py
Matteo Peluso
Utils and such
49c5855
raw
history blame
187 Bytes
# This file could be used for more complex model handling if needed.
# For simplicity, it's not used extensively in this basic example.
from utils import load_model
model = load_model()