Spaces:
Runtime error
Runtime error
Updating the streaming function... again!
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ movement_controller = FacePosition()
|
|
8 |
|
9 |
cursor_movement = gr.Interface(
|
10 |
fn = movement_controller.predict,
|
11 |
-
inputs = gr.Image(source='webcam', streaming=
|
12 |
outputs = ['image', 'text'],
|
13 |
live = True,
|
14 |
title = 'Cursor movement controller',
|
|
|
8 |
|
9 |
cursor_movement = gr.Interface(
|
10 |
fn = movement_controller.predict,
|
11 |
+
inputs = gr.Image(source='webcam', streaming=True),
|
12 |
outputs = ['image', 'text'],
|
13 |
live = True,
|
14 |
title = 'Cursor movement controller',
|