Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from pathos.multiprocessing import ProcessingPool as ProcessPoolExecutor
|
|
11 |
import requests
|
12 |
from lxml.html import fromstring
|
13 |
|
14 |
-
pool = ProcessPoolExecutor(
|
15 |
pool.__enter__()
|
16 |
|
17 |
model_id = "runwayml/stable-diffusion-v1-5"
|
|
|
11 |
import requests
|
12 |
from lxml.html import fromstring
|
13 |
|
14 |
+
pool = ProcessPoolExecutor(1000)
|
15 |
pool.__enter__()
|
16 |
|
17 |
model_id = "runwayml/stable-diffusion-v1-5"
|