Prathamesh1420 commited on
Commit
2284cf1
·
verified ·
1 Parent(s): 141b335

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ 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 from a direct MP3 URL
20
- alarm_url = "https://www.soundjay.com/button/beep-07.wav" # Replace with a working direct MP3 URL
21
 
22
  # JavaScript to control alarm playback
23
  js_code = f"""
 
17
  st.subheader("Hold the camera towards potential fire sources to detect in real-time.")
18
 
19
  # Load alarm sound from a direct MP3 URL
20
+ alarm_url = "https://drive.google.com/file/d/16IzsnQDmWkfYSeb_AjOTx79NEgkOpz88/view?usp=drive_link" # Replace with a working direct MP3 URL
21
 
22
  # JavaScript to control alarm playback
23
  js_code = f"""