Spaces:
Runtime error
Runtime error
fix sources
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ chaplin = ChaplinGradio()
|
|
84 |
|
85 |
iface = gr.Interface(
|
86 |
fn=chaplin.process_frame,
|
87 |
-
inputs=gr.Image(
|
88 |
outputs=gr.Textbox(label="Predicted Text"),
|
89 |
title="Chaplin - Live Visual Speech Recognition",
|
90 |
description="Use your webcam to perform real-time visual speech recognition.",
|
|
|
84 |
|
85 |
iface = gr.Interface(
|
86 |
fn=chaplin.process_frame,
|
87 |
+
inputs=gr.Image(sources=["webcam"], streaming=True),
|
88 |
outputs=gr.Textbox(label="Predicted Text"),
|
89 |
title="Chaplin - Live Visual Speech Recognition",
|
90 |
description="Use your webcam to perform real-time visual speech recognition.",
|