AbdullahImran commited on
Commit
f936fbe
·
verified ·
1 Parent(s): c5ccded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ interface = gr.Interface(
101
  outputs=[
102
  gr.Textbox(label="Fire Status"),
103
  gr.Textbox(label="Severity Level"),
 
104
  ],
105
  title="Fire Prediction and Severity Classification",
106
  description="Upload an image to predict fire and its severity level (Mild, Moderate, Severe), and get recommendations.",
 
101
  outputs=[
102
  gr.Textbox(label="Fire Status"),
103
  gr.Textbox(label="Severity Level"),
104
+ gr.Textbox(label="Recommendation")
105
  ],
106
  title="Fire Prediction and Severity Classification",
107
  description="Upload an image to predict fire and its severity level (Mild, Moderate, Severe), and get recommendations.",