zklee98 commited on
Commit
4495af9
·
verified ·
1 Parent(s): 88922ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,6 +138,6 @@ gr.Interface(fn=predict,
138
  gr.Textbox(label='Affected area:').style(container=False)],
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()
 
138
  gr.Textbox(label='Affected area:').style(container=False)],
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()