Spaces:
Paused
Paused
Update app_parallel.py
Browse files- app_parallel.py +1 -1
app_parallel.py
CHANGED
@@ -28,7 +28,7 @@ from concurrent.futures import ProcessPoolExecutor, as_completed, ThreadPoolExec
|
|
28 |
# load_dotenv()
|
29 |
|
30 |
# Initialize ProcessPoolExecutor for parallel processing
|
31 |
-
executor = ThreadPoolExecutor(max_workers=
|
32 |
|
33 |
|
34 |
class AnimationConfig:
|
|
|
28 |
# load_dotenv()
|
29 |
|
30 |
# Initialize ProcessPoolExecutor for parallel processing
|
31 |
+
executor = ThreadPoolExecutor(max_workers=3)
|
32 |
|
33 |
|
34 |
class AnimationConfig:
|