Spaces:
Running
Running
Update app.py
Browse files
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()
|