zklee98 commited on
Commit
f517fa1
·
verified ·
1 Parent(s): c41f291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -139,4 +139,5 @@ gr.Interface(fn=predict,
139
  title='Solar Panel Anomaly Detector',
140
  description=description,
141
  examples=[['4849.jpg'], ['6972.jpg'], ['7016.jpg'], ['8211.jpg'], ['8364.jpg'], ['858.jpg']],
 
142
  article= '<center>by <a href="https://www.linkedin.com/in/lzk/">Lee Zhe Kaai</a></center>').launch()
 
139
  title='Solar Panel Anomaly Detector',
140
  description=description,
141
  examples=[['4849.jpg'], ['6972.jpg'], ['7016.jpg'], ['8211.jpg'], ['8364.jpg'], ['858.jpg']],
142
+ cache_examples= False,
143
  article= '<center>by <a href="https://www.linkedin.com/in/lzk/">Lee Zhe Kaai</a></center>').launch()