BilalSardar commited on
Commit
d84bc8b
Β·
1 Parent(s): 143b9d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def Predict(Video):
75
 
76
  interface = gr.Interface(fn=Predict,
77
  inputs="video",
78
- outputs=gr.inputs.Textbox(label='Generated Output'),
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