Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
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(
|
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"
|