willwade commited on
Commit
f0a5581
·
1 Parent(s): fb0b894

fix sources

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ chaplin = ChaplinGradio()
84
 
85
  iface = gr.Interface(
86
  fn=chaplin.process_frame,
87
- inputs=gr.Image(source="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.",
 
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.",