Skip to content
Snippets Groups Projects
defaults.py 260 B
Newer Older
from pathlib import Path

root = Path.home() / 'model-server' / 'sessions'
    'inbound_images': 'images/inbound',
    'outbound_images': 'images/outbound',
}

server_conf = {
    'host': '127.0.0.1',
    'port': 8000,