Spaces:
Runtime error
Runtime error
kabirjaiswal
commited on
Commit
•
ad9ba05
1
Parent(s):
4726c2d
changes
Browse files
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():
|