Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def process_frame(frame):
|
|
| 44 |
|
| 45 |
demo = gr.Interface(
|
| 46 |
fn=process_frame,
|
| 47 |
-
inputs=gr.
|
| 48 |
outputs=gr.Image(),
|
| 49 |
live=True,
|
| 50 |
title="Sign Language Recognition",
|
|
|
|
| 44 |
|
| 45 |
demo = gr.Interface(
|
| 46 |
fn=process_frame,
|
| 47 |
+
inputs=gr.Camera(streaming=True), # <-- FIXED
|
| 48 |
outputs=gr.Image(),
|
| 49 |
live=True,
|
| 50 |
title="Sign Language Recognition",
|