Ubuntu commited on
Commit
8f582ac
·
1 Parent(s): b4f4a50

changed size of text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def detect_hotspots(image):
17
 
18
  description = """
19
  <center><img src="https://huggingface.co/spaces/intelliarts/hotspot-anomaly-detection-for-solar-panels/resolve/main/images/ia_logo.png" width=270px> </center><br>
20
- <center>This is a demo of a computer vision model designed to detect anomalies in solar panels. It operates on infrared images of solar panels. The model indicates the overheated area and the accuracy of anomaly detection. You can use your own infrared images for testing or utilize samples from our dataset</center>
21
  """
22
 
23
 
 
17
 
18
  description = """
19
  <center><img src="https://huggingface.co/spaces/intelliarts/hotspot-anomaly-detection-for-solar-panels/resolve/main/images/ia_logo.png" width=270px> </center><br>
20
+ <p style="font-size: 20px;">This is a demo of a computer vision model by Intelliarts. It's designed to detect anomalies in solar panels, in particular, overheated spots. The model operates on infrared images of solar panels. It indicates the overheated spot, outlines its area, and shows the approximate accuracy of anomaly detection. You can use your own infrared images for testing or utilize samples from our dataset. This demo is not a finished ML solution, but rather a proof of concept. It can be extended to detect other anomalies in solar panels as well as visible damages.</p>
21
  """
22
 
23