fffiloni commited on
Commit
219f0c6
1 Parent(s): 2053864

set concurrency_limit

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)