zklee98 commited on
Commit
1cbc755
·
verified ·
1 Parent(s): a7ae9d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def predict(classification_mode, image):
124
 
125
 
126
  description = """
127
- <center><img src="https://i0.wp.com/mapperx.com/wp-content/uploads/2023/01/Termal-Drone-Ile-Pv-Panel-Inceleme.jpg?w=1600&ssl=1" width=270px> </center><br><br><br><br>
128
  <center>This program identifies the type of anomaly found in solar panel using an image classification model and the percentage of the affected area using an image segmentation model.</center>
129
  <center><i>(Models are trained on <a href="https://ai4earthscience.github.io/iclr-2020-workshop/papers/ai4earth22.pdf">InfraredSolarModules</a> dataset, and hence expect infrared image as input)</center></i>
130
  """
 
124
 
125
 
126
  description = """
127
+ <center><img src="https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/dronePV_picture.jpg" width=270px> </center><br><br><br><br>
128
  <center>This program identifies the type of anomaly found in solar panel using an image classification model and the percentage of the affected area using an image segmentation model.</center>
129
  <center><i>(Models are trained on <a href="https://ai4earthscience.github.io/iclr-2020-workshop/papers/ai4earth22.pdf">InfraredSolarModules</a> dataset, and hence expect infrared image as input)</center></i>
130
  """