Vaibhav Srivastav commited on
Commit
cff1c92
1 Parent(s): e1c65f1
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -72,4 +72,5 @@ gr.Interface(
72
  gr.Video(label="Synthesised Speech"),
73
  ],
74
  title=title,
 
75
  ).launch(debug=True)
 
72
  gr.Video(label="Synthesised Speech"),
73
  ],
74
  title=title,
75
+ description=description,
76
  ).launch(debug=True)