AnubhaParashar commited on
Commit
05ab1c2
·
verified ·
1 Parent(s): e6e5805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Drone - Solar Anomaly Detection (YOLO)",
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