Spaces:
Runtime error
Runtime error
BilalSardar
commited on
Commit
•
e236fe9
1
Parent(s):
7beab14
Update app.py
Browse files
app.py
CHANGED
@@ -84,8 +84,7 @@ def Predict(Video):
|
|
84 |
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)
|
|
|
84 |
interface = gr.Interface(fn=Predict,
|
85 |
inputs="video",
|
86 |
outputs="text",
|
87 |
+
title='Video Lip Reading')
|
|
|
88 |
|
89 |
|
90 |
interface.launch(debug=True)
|