harshitface2003 commited on
Commit
3e3c70f
·
verified ·
1 Parent(s): 22d259b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -5,8 +5,6 @@ import cv2
5
 
6
  st.title("KAISA APP HAI YEH BSDK")
7
 
8
- # RTC Configuration for the video stream
9
- RTC_CONFIGURATION = RTCConfiguration({"iceServers": [{"urls": ["stun:stun.l.google.com:19302"]}]})
10
 
11
  # Function to process each video frame
12
 
 
5
 
6
  st.title("KAISA APP HAI YEH BSDK")
7
 
 
 
8
 
9
  # Function to process each video frame
10