fffiloni commited on
Commit
145dc43
1 Parent(s): 1bb2af8

Update app.py

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