config.py 115 B

1234
  1. class Config:
  2. SECRET_KEY = 'your_secret_key'
  3. DEBUG = True
  4. MODEL_PATH = 'D:/suan/Code_suan/RF_filt.pkl'