Kh0128 commited on
Commit
4ac2255
·
verified ·
1 Parent(s): aeae63d

Update app.py

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