pyresearch's picture
Upload 30 files
65f3daa
raw
history blame contribute delete
204 Bytes
class Config:
DEBUG = True
IMAGE_UPLOADS = "application/static/uploads/"
MODEL = "application/static/models/model_v1.h5"
SESSION_COOKIE_SECURE = False
SECRET_KEY = "secretkeysuperkey"