new
Browse files
app.py
CHANGED
@@ -401,8 +401,7 @@ def create_gaze_interface():
|
|
401 |
webcam_stream.stream(
|
402 |
fn=process_gaze_frame,
|
403 |
inputs=[webcam_stream],
|
404 |
-
outputs=[webcam_stream]
|
405 |
-
api_name="gaze_stream"
|
406 |
)
|
407 |
|
408 |
terminate_btn.click(fn=terminate_gaze_stream, inputs=None, outputs=None)
|
|
|
401 |
webcam_stream.stream(
|
402 |
fn=process_gaze_frame,
|
403 |
inputs=[webcam_stream],
|
404 |
+
outputs=[webcam_stream]
|
|
|
405 |
)
|
406 |
|
407 |
terminate_btn.click(fn=terminate_gaze_stream, inputs=None, outputs=None)
|