nakas commited on
Commit
a92b621
1 Parent(s): 0dcd08a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -36,6 +36,5 @@ gr.Interface(
36
  gr.components.Audio(type="filepath", label="Other")],
37
  title=title,
38
  description=description,
39
- article=article,
40
- examples=examples
41
- ).launch(enable_queue=True)
 
36
  gr.components.Audio(type="filepath", label="Other")],
37
  title=title,
38
  description=description,
39
+ article=article
40
+ ).launch(enable_queue=True)