Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.",
|