Spaces:
Runtime error
Runtime error
ankitkupadhyay
commited on
Commit
•
ce2bbd6
1
Parent(s):
0a9c276
Update app.py
Browse files
app.py
CHANGED
@@ -34,9 +34,9 @@ st.title("WildfireWatch: Detecting Wildfire using AI")
|
|
34 |
# Adding informative pictures and description about the motivation for the app
|
35 |
col1, col2 = st.columns(2)
|
36 |
with col1:
|
37 |
-
st.image("https://huggingface.co/spaces/ankitkupadhyay/fire_and_smoke/
|
38 |
with col2:
|
39 |
-
st.image("https://huggingface.co/spaces/ankitkupadhyay/fire_and_smoke/
|
40 |
|
41 |
st.markdown("""
|
42 |
Wildfires are a major environmental issue, causing substantial losses to ecosystems, human livelihoods, and potentially leading to loss of life. Early detection of wildfires can prevent these losses. Our application, WildfireWatch, uses state-of-the-art YOLOv8 model for real-time wildfire and smoke detection in images and videos.
|
|
|
34 |
# Adding informative pictures and description about the motivation for the app
|
35 |
col1, col2 = st.columns(2)
|
36 |
with col1:
|
37 |
+
st.image("https://huggingface.co/spaces/ankitkupadhyay/fire_and_smoke/resolve/main/Fire_1.jpeg", use_column_width=True)
|
38 |
with col2:
|
39 |
+
st.image("https://huggingface.co/spaces/ankitkupadhyay/fire_and_smoke/resolve/main/Fire_2.jpeg", use_column_width=True)
|
40 |
|
41 |
st.markdown("""
|
42 |
Wildfires are a major environmental issue, causing substantial losses to ecosystems, human livelihoods, and potentially leading to loss of life. Early detection of wildfires can prevent these losses. Our application, WildfireWatch, uses state-of-the-art YOLOv8 model for real-time wildfire and smoke detection in images and videos.
|