zklee98 commited on
Commit
a0a15df
·
verified ·
1 Parent(s): 913ab20

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="dronePV_picture.jpg"></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="dronePV_picture.jpg" alt="Drone Inspection in Solar Farms" /> </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
  """