zklee98 commited on
Commit
514517e
·
verified ·
1 Parent(s): f547aa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def predict(classification_mode, image):
123
 
124
 
125
  description = """
126
- <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>
127
  <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>
128
  <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>
129
  """
 
123
 
124
 
125
  description = """
126
+ <center><img src="dronePV_picture.jpg" width=270px></center><br><br><br><br>
127
  <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>
128
  <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>
129
  """