Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,16 +81,16 @@ def run_gradio_app():
|
|
| 81 |
- **Scalable Utility** across disaster response, environmental monitoring, climate adaptation,
|
| 82 |
and risk assessment workflows.
|
| 83 |
|
| 84 |
-
### 🛠️ How to Use
|
| 85 |
-
1. Upload a **Sentinel-2 TIFF image** (preferably cloud-free).
|
| 86 |
-
2. Let the model process and generate the predicted flood mask.
|
| 87 |
-
3. Review the **visual outputs and textual summary** to assess flood extent.
|
| 88 |
-
4. Download the mask for use in **GIS software** or further analysis.
|
| 89 |
-
|
| 90 |
-
⚡ *This tool bridges cutting-edge AI with remote sensing data to empower better decisions
|
| 91 |
-
for disaster management and long-term resilience planning.*
|
| 92 |
"""
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
description2 = """
|
| 95 |
### 🌐 Why This Matters
|
| 96 |
Flooding remains one of the most destructive natural disasters worldwide. Rapid, reliable detection
|
|
|
|
| 81 |
- **Scalable Utility** across disaster response, environmental monitoring, climate adaptation,
|
| 82 |
and risk assessment workflows.
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
"""
|
| 85 |
+
# ### 🛠️ How to Use
|
| 86 |
+
# 1. Upload a **Sentinel-2 TIFF image** (preferably cloud-free).
|
| 87 |
+
# 2. Let the model process and generate the predicted flood mask.
|
| 88 |
+
# 3. Review the **visual outputs and textual summary** to assess flood extent.
|
| 89 |
+
# 4. Download the mask for use in **GIS software** or further analysis.
|
| 90 |
+
|
| 91 |
+
# ⚡ *This tool bridges cutting-edge AI with remote sensing data to empower better decisions
|
| 92 |
+
# for disaster management and long-term resilience planning.*
|
| 93 |
+
|
| 94 |
description2 = """
|
| 95 |
### 🌐 Why This Matters
|
| 96 |
Flooding remains one of the most destructive natural disasters worldwide. Rapid, reliable detection
|