Spaces:
Runtime error
Runtime error
Commit
Β·
7beab14
1
Parent(s):
7a83f5a
Update app.py
Browse files
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=[
|
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)
|