Update app.py
Browse files
app.py
CHANGED
@@ -124,11 +124,9 @@ webrtc_ctx = webrtc_streamer(
|
|
124 |
mode=WebRtcMode.SENDRECV,
|
125 |
rtc_configuration={
|
126 |
"iceServers": get_ice_servers(),
|
127 |
-
"iceTransportPolicy": "relay",
|
128 |
},
|
129 |
video_frame_callback=video_frame_callback,
|
130 |
media_stream_constraints={"video": True, "audio": False},
|
131 |
-
async_processing=True,
|
132 |
)
|
133 |
|
134 |
st.markdown("### Instructions")
|
|
|
124 |
mode=WebRtcMode.SENDRECV,
|
125 |
rtc_configuration={
|
126 |
"iceServers": get_ice_servers(),
|
|
|
127 |
},
|
128 |
video_frame_callback=video_frame_callback,
|
129 |
media_stream_constraints={"video": True, "audio": False},
|
|
|
130 |
)
|
131 |
|
132 |
st.markdown("### Instructions")
|