Abdelmageed95 commited on
Commit
39fc4cb
1 Parent(s): 12cd07f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -36,9 +36,5 @@ gr.Interface(
36
  ],
37
  outputs=[
38
  gr.Audio(label="Generated Speech", type="numpy"),
39
- ],
40
- title=title,
41
- description=description,
42
- article=article,
43
- examples=examples,
44
  ).launch()
 
36
  ],
37
  outputs=[
38
  gr.Audio(label="Generated Speech", type="numpy"),
39
+ ]
 
 
 
 
40
  ).launch()