Spaces:
Sleeping
Sleeping
set concurrency_limit
Browse files
app.py
CHANGED
|
@@ -81,5 +81,6 @@ gr.Interface(
|
|
| 81 |
["examples/martin_pecheur.jpeg", "SDXL Turbo"],
|
| 82 |
["examples/forest_deer.png", "SDXL Lightning"]
|
| 83 |
],
|
| 84 |
-
cache_examples = False
|
|
|
|
| 85 |
).queue(max_size=25).launch(show_api=False, show_error=True)
|
|
|
|
| 81 |
["examples/martin_pecheur.jpeg", "SDXL Turbo"],
|
| 82 |
["examples/forest_deer.png", "SDXL Lightning"]
|
| 83 |
],
|
| 84 |
+
cache_examples = False,
|
| 85 |
+
concurrency_limit = 2
|
| 86 |
).queue(max_size=25).launch(show_api=False, show_error=True)
|