Spaces:
Sleeping
Sleeping
Junhui Ji
commited on
Commit
·
9cd66d1
1
Parent(s):
5220e1c
update pillow requirement
Browse files
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 |
)
|