ankitkupadhyay commited on
Commit
0a9c276
1 Parent(s): cf4cf06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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://www.politico.com/dims4/default/f4696a0/2147483647/strip/true/crop/1160x773+0+0/resize/630x420!/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2F49%2F30%2F69e87ad546368fbd3a4020c30e25%2Fap21217249136497-1.jpg", use_column_width=True)
38
  with col2:
39
- st.image("https://camo.githubusercontent.com/8fa2ae8a3046a2c5ffae3c0ac6db8896c97cece7e45944eb0c6eed60ea13a363/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f70772f414c396e5a4555414931584f316e754b30586d5453786430316e6d6136565a6b5a4a354a726e6a5f7149766871653175787a6959586d546e4f35474c414645647972696333375948474c65727346626e5a4f5a315551356e4f583035374b677a65346438642d66645833344f39393732426e5549346e347a4c74385f4c77306e6d303363703871714c582d3732565255487a4d6630316a2d3858767459673d733732312d6e6f", 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.
 
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/blob/main/Fire_1.jpeg", use_column_width=True)
38
  with col2:
39
+ st.image("https://huggingface.co/spaces/ankitkupadhyay/fire_and_smoke/blob/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.