Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def predict(classification_mode, image):
|
|
124 |
|
125 |
|
126 |
description = """
|
127 |
-
<center><img src="dronePV_picture.jpg"
|
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"></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 |
"""
|