Update app.py
Browse files
app.py
CHANGED
|
@@ -156,8 +156,8 @@ def main():
|
|
| 156 |
# Create WebRTC streamer
|
| 157 |
webrtc_ctx = webrtc_streamer(
|
| 158 |
key="example",
|
| 159 |
-
|
| 160 |
-
|
| 161 |
)
|
| 162 |
|
| 163 |
|
|
|
|
| 156 |
# Create WebRTC streamer
|
| 157 |
webrtc_ctx = webrtc_streamer(
|
| 158 |
key="example",
|
| 159 |
+
video_processor_factory=FaceRecognitionTransformer,
|
| 160 |
+
async_processing=True,
|
| 161 |
)
|
| 162 |
|
| 163 |
|