Prathamesh1420 commited on
Commit
78d5001
·
verified ·
1 Parent(s): a668555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ st.title("🔥 Live Fire Detection with Alarm 🔥")
17
  st.subheader("Hold the camera towards potential fire sources to detect in real-time.")
18
 
19
  # Load alarm sound (must be a direct MP3 URL)
20
- alarm_url = "alarm_url = "https://docs.google.com/uc?export=download&id=16IzsnQDmWkfYSeb_AjOTx79NEgkOpz88" # Replace with your hosted alarm
 
21
 
22
  # JavaScript to auto-play alarm when fire is detected
23
  js_code = f"""
 
17
  st.subheader("Hold the camera towards potential fire sources to detect in real-time.")
18
 
19
  # Load alarm sound (must be a direct MP3 URL)
20
+ alarm_url = "https://docs.google.com/uc?export=download&id=16IzsnQDmWkfYSeb_AjOTx79NEgkOpz88"
21
+
22
 
23
  # JavaScript to auto-play alarm when fire is detected
24
  js_code = f"""