Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,5 @@ gr.Interface(
|
|
21 |
[gr.outputs.Audio(type="file", label="Result")],
|
22 |
title=title,
|
23 |
description=description,
|
24 |
-
article=article,
|
25 |
examples=examples
|
26 |
).launch(enable_queue=True)
|
|
|
21 |
[gr.outputs.Audio(type="file", label="Result")],
|
22 |
title=title,
|
23 |
description=description,
|
|
|
24 |
examples=examples
|
25 |
).launch(enable_queue=True)
|