Rudraaaa76 commited on
Commit
5ff6c37
·
verified ·
1 Parent(s): 20df93a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import cv2
2
  import streamlit as st
3
  import numpy as np
4
- from app import VideoFrameHandler
5
  from streamlit_webrtc import webrtc_streamer, VideoProcessorBase, WebRtcMode
6
 
7
  # Streamlit app UI
 
1
  import cv2
2
  import streamlit as st
3
  import numpy as np
4
+ from drowsiness_detection import VideoFrameHandler
5
  from streamlit_webrtc import webrtc_streamer, VideoProcessorBase, WebRtcMode
6
 
7
  # Streamlit app UI