Pablogps commited on
Commit
ca1c3d5
·
verified ·
1 Parent(s): fe9287a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,4 +24,5 @@ gr.Interface(
24
  title=title,
25
  description=description,
26
  examples=examples,
 
27
  ).launch()
 
24
  title=title,
25
  description=description,
26
  examples=examples,
27
+ cache_examples=False, # <-- don’t pre-run at startup
28
  ).launch()