Yaron Koresh commited on
Commit
9b79250
·
verified ·
1 Parent(s): b9d2cc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from pathos.multiprocessing import ProcessingPool as ProcessPoolExecutor
10
  import requests
11
  from lxml.html import fromstring
12
 
13
- pool = ProcessPoolExecutor(10000)
14
  pool.__enter__()
15
 
16
  model_id = "runwayml/stable-diffusion-v1-5"
 
10
  import requests
11
  from lxml.html import fromstring
12
 
13
+ pool = ProcessPoolExecutor(16)
14
  pool.__enter__()
15
 
16
  model_id = "runwayml/stable-diffusion-v1-5"