Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,4 +260,4 @@ if __name__ == "__main__":
|
|
| 260 |
sam_pool = ProcessPoolExecutor(max_workers=NUM_SAM_WORKERS, initializer=init_worker_sam)
|
| 261 |
|
| 262 |
# Launch Gradio
|
| 263 |
-
app.queue(max_size=40).launch(max_threads=5
|
|
|
|
| 260 |
sam_pool = ProcessPoolExecutor(max_workers=NUM_SAM_WORKERS, initializer=init_worker_sam)
|
| 261 |
|
| 262 |
# Launch Gradio
|
| 263 |
+
app.queue(max_size=40).launch(max_threads=5)
|