kittendev commited on
Commit
9a6ed49
1 Parent(s): 35c0f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -124,6 +124,7 @@ demo = gr.Interface(
124
  title=title,
125
  description=description,
126
  examples=examples,
 
127
  )
128
 
129
  demo.launch()
 
124
  title=title,
125
  description=description,
126
  examples=examples,
127
+ cache_examples=False
128
  )
129
 
130
  demo.launch()