Spaces:
Runtime error
Runtime error
Commit
Β·
d84bc8b
1
Parent(s):
143b9d2
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def Predict(Video):
|
|
75 |
|
76 |
interface = gr.Interface(fn=Predict,
|
77 |
inputs="video",
|
78 |
-
outputs=
|
79 |
title='Video Lip Reading')
|
80 |
|
81 |
|
|
|
75 |
|
76 |
interface = gr.Interface(fn=Predict,
|
77 |
inputs="video",
|
78 |
+
outputs="text",
|
79 |
title='Video Lip Reading')
|
80 |
|
81 |
|