BilalSardar commited on
Commit
7beab14
Β·
1 Parent(s): 7a83f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ interface = gr.Interface(fn=Predict,
85
  inputs="video",
86
  outputs="text",
87
  title='Video Lip Reading',
88
- examples=[["bbaf2n.mpg"]])
89
 
90
 
91
  interface.launch(debug=True)
 
85
  inputs="video",
86
  outputs="text",
87
  title='Video Lip Reading',
88
+ examples=["bbaf2n.mpg"])
89
 
90
 
91
  interface.launch(debug=True)