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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,5 +138,5 @@ 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
  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
  article= '<center>by <a href="https://www.linkedin.com/in/lzk/">Lee Zhe Kaai</a></center>').launch()