kabirjaiswal commited on
Commit
ad9ba05
1 Parent(s): 4726c2d
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ from io import BytesIO
15
  import yaml
16
  import psutil
17
  import threading
 
18
  OPENCV_AVFOUNDATION_SKIP_AUTH=1
19
 
20
  def main():
 
15
  import yaml
16
  import psutil
17
  import threading
18
+ from streamlit_webrtc import WebRtcMode, webrtc_streamer
19
  OPENCV_AVFOUNDATION_SKIP_AUTH=1
20
 
21
  def main():