Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ demo = gr.Interface(
|
|
| 90 |
gr.Image(type="numpy", label="Output (with boxes)"),
|
| 91 |
gr.Textbox(label="Detected Labels")
|
| 92 |
],
|
| 93 |
-
title="
|
| 94 |
description="Upload an image to detect cracking or missing keys."
|
| 95 |
)
|
| 96 |
|
|
|
|
| 90 |
gr.Image(type="numpy", label="Output (with boxes)"),
|
| 91 |
gr.Textbox(label="Detected Labels")
|
| 92 |
],
|
| 93 |
+
title="SolarEye AI: Drone-Powered Solar Panel Anomaly Detection (YOLO)",
|
| 94 |
description="Upload an image to detect cracking or missing keys."
|
| 95 |
)
|
| 96 |
|