osanseviero HF staff commited on
Commit
0390002
1 Parent(s): 376d2d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -111,6 +111,7 @@ gr.Interface(
111
  ["image", "text"],
112
  examples=examples,
113
  # article=article,
 
114
  title=title,
115
  description=description
116
  ).launch()
 
111
  ["image", "text"],
112
  examples=examples,
113
  # article=article,
114
+ cache_examples=False,
115
  title=title,
116
  description=description
117
  ).launch()