jannisborn commited on
Commit
bb993bd
·
unverified ·
1 Parent(s): 0fcd1da
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -124,5 +124,6 @@ if __name__ == "__main__":
124
  article=article,
125
  description=description,
126
  examples=examples,
 
127
  )
128
  demo.launch(debug=True, show_error=True, share=True)
 
124
  article=article,
125
  description=description,
126
  examples=examples,
127
+ cache_examples=False,
128
  )
129
  demo.launch(debug=True, show_error=True, share=True)