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

added text description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +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
  """
21
 
22
 
 
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