Junhui Ji commited on
Commit
9cd66d1
·
1 Parent(s): 5220e1c

update pillow requirement

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -456,6 +456,5 @@ if __name__ == "__main__":
456
  app,
457
  host="0.0.0.0",
458
  port=7860,
459
- limit_concurrency=MAX_CONNECTIONS,
460
- limit_max_requests=0 # 0 means no limit on total requests
461
  )
 
456
  app,
457
  host="0.0.0.0",
458
  port=7860,
459
+ limit_concurrency=MAX_CONNECTIONS
 
460
  )