lolzysiu commited on
Commit
37a3b2f
·
verified ·
1 Parent(s): a34cbfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -163,3 +163,8 @@ interface = gr.Interface(
163
  gr.Plot(label="3D Visualization of Panels")
164
  ],
165
  title="Advanced Solar Panel Placement Estimator with Energy Forecasting",
 
 
 
 
 
 
163
  gr.Plot(label="3D Visualization of Panels")
164
  ],
165
  title="Advanced Solar Panel Placement Estimator with Energy Forecasting",
166
+ description="Upload an image and adjust the parameters to estimate the roof area, panel placement, energy output, cost, and savings. Forecast future energy output using historical data."
167
+ )
168
+
169
+ if __name__ == '__main__':
170
+ interface.launch()