fffiloni commited on
Commit
3206893
·
verified ·
1 Parent(s): a2ddcd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ gr.Interface(
39
  outputs = [
40
  gr.Image(label="LCM Image variation")
41
  ]
42
- ).launch()
 
39
  outputs = [
40
  gr.Image(label="LCM Image variation")
41
  ]
42
+ ).queue(max_size=25).launch()