fffiloni commited on
Commit
52f87fe
·
verified ·
1 Parent(s): bb5cdea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -38,5 +38,11 @@ gr.Interface(
38
  ],
39
  outputs = [
40
  gr.Image(label="LCM Image variation")
41
- ]
 
 
 
 
 
 
42
  ).queue(max_size=25).launch()
 
38
  ],
39
  outputs = [
40
  gr.Image(label="LCM Image variation")
41
+ ],
42
+ examples = [
43
+ "examples/frog_clean.jpg",
44
+ "examples/martin_pecheur.jpeg",
45
+ "examples/forest_deer.png"
46
+ ],
47
+ concurrency_limit = 4
48
  ).queue(max_size=25).launch()