diff --git a/app/core/config.py b/app/core/config.py index 83e304c..b55fa65 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -56,10 +56,8 @@ REDIS_PORT = "6379" REDIS_DB = "2" MINIO_SECURE = True -# input = 'preprocess_img/input_x2' # 这个值需要被函数参数覆盖 -# output = '/path/to/output' # 这个值将被函数参数覆盖 -# LOGS_PATH = "app/logs/errors.log" -LOGS_PATH = "logs/errors.log" +LOGS_PATH = "app/logs/errors.log" +# LOGS_PATH = "logs/errors.log" SR_MODEL_NAME = "super_resolution"