Ubuntu
commited on
Commit
·
541b73b
1
Parent(s):
0ec63df
added description
Browse files
app.py
CHANGED
@@ -15,10 +15,10 @@ def detect_turbine_anomaly(image):
|
|
15 |
|
16 |
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
|
23 |
|
24 |
demo = gr.Interface(fn=detect_turbine_anomaly, inputs=gr.Image(type='pil'), outputs="image",
|
|
|
15 |
|
16 |
|
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; text-align: center;"">This is a demo of a wind farm management model designed to monitor the condition of wind turbines. It can be integrated into a drone surveillance system to enhance inspection processes. The model identifies obstacles such as power lines and antennas, helping to plan efficient paths for drones and preventing potential collisions. You can test the model with your own drone footage or utilize samples from our dataset.</p>
|
21 |
+
"""
|
22 |
|
23 |
|
24 |
demo = gr.Interface(fn=detect_turbine_anomaly, inputs=gr.Image(type='pil'), outputs="image",
|