Spaces:
Runtime error
Runtime error
Commit
Β·
ce80742
1
Parent(s):
a069e9c
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,8 @@ def Predict(Video):
|
|
118 |
interface = gr.Interface(fn=Predict,
|
119 |
inputs="video",
|
120 |
outputs="text",
|
121 |
-
title='Video Lip Reading'
|
|
|
122 |
|
123 |
|
124 |
interface.launch(debug=True)
|
|
|
118 |
interface = gr.Interface(fn=Predict,
|
119 |
inputs="video",
|
120 |
outputs="text",
|
121 |
+
title='Video Lip Reading',
|
122 |
+
description="""Currently, it runs on MPG files. There is one present in the files by the name of 'bbaf2n.mpg', which results in 'bin blue at F two now.' """)
|
123 |
|
124 |
|
125 |
interface.launch(debug=True)
|