Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,5 +59,6 @@ gr.Interface(
|
|
59 |
["examples/frog_clean.jpg", "SDXL Lightning"],
|
60 |
["examples/martin_pecheur.jpeg", "LCM"],
|
61 |
["examples/forest_deer.png", "SDXL Lightning"]
|
62 |
-
]
|
|
|
63 |
).queue(max_size=25).launch(show_api=False, show_error=True)
|
|
|
59 |
["examples/frog_clean.jpg", "SDXL Lightning"],
|
60 |
["examples/martin_pecheur.jpeg", "LCM"],
|
61 |
["examples/forest_deer.png", "SDXL Lightning"]
|
62 |
+
],
|
63 |
+
cache_examples = False
|
64 |
).queue(max_size=25).launch(show_api=False, show_error=True)
|