File size: 204 Bytes
65f3daa
 
 
 
 
 
1
2
3
4
5
6
7
class Config:
    DEBUG = True
    IMAGE_UPLOADS = "application/static/uploads/"
    MODEL = "application/static/models/model_v1.h5"
    SESSION_COOKIE_SECURE = False
    SECRET_KEY = "secretkeysuperkey"