radames commited on
Commit
8c61c71
1 Parent(s): c825b73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,5 +120,5 @@ iface = gr.Interface(fn=process_image,
120
  description=description,
121
  examples=examples,
122
  allow_flagging="never",
123
- cache_examples=True)
124
  iface.launch(debug=True)
 
120
  description=description,
121
  examples=examples,
122
  allow_flagging="never",
123
+ cache_examples=False)
124
  iface.launch(debug=True)