Kh0128 commited on
Commit
9973cbf
·
verified ·
1 Parent(s): 3dd57da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
40
  logger = logging.getLogger(__name__)
41
 
42
  app = Flask(__name__)
43
- app.config['MAX_CONTENT_LENGTH'] = 50 * 1024 * 1024 # 50MB max (reduced)
44
 
45
  print("🚀 Starting Lightweight Aphasia Classification System")
46
 
 
40
  logger = logging.getLogger(__name__)
41
 
42
  app = Flask(__name__)
43
+ app.config['MAX_CONTENT_LENGTH'] = 1500 * 1024 * 1024 # 50MB max (reduced)
44
 
45
  print("🚀 Starting Lightweight Aphasia Classification System")
46