zklee98 commited on
Commit
c872276
·
verified ·
1 Parent(s): d52edf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -138,11 +138,11 @@ gr.Interface(fn=predict,
138
  gr.Textbox(label='Affected area:').style(container=False)],
139
  title='Solar Panel Anomaly Detector',
140
  description=description,
141
- examples=[['https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/10000.jpg'],
142
- ['https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/1046.jpg'],
143
- ['https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/1093.jpg'],
144
- ['https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/2503.jpg'],
145
- ['https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/4978.jpg'],
146
- ['https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/5039.jpg'],
147
- ['https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/7001.jpg']],
148
  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=[['/images/10000.jpg'],
142
+ ['/images/1046.jpg'],
143
+ ['/images/1093.jpg'],
144
+ ['/images/2503.jpg'],
145
+ ['/images/4978.jpg'],
146
+ ['/images/5039.jpg'],
147
+ ['/images/7001.jpg']],
148
  article= '<center>by <a href="https://www.linkedin.com/in/lzk/">Lee Zhe Kaai</a></center>').launch()