Update app.py
Browse files
app.py
CHANGED
@@ -34,5 +34,4 @@ gr.Interface(
|
|
34 |
gr.outputs.Audio(label="Output"),
|
35 |
article=article,
|
36 |
title=title,
|
37 |
-
examples=examples,
|
38 |
description=description).queue().launch()
|
|
|
34 |
gr.outputs.Audio(label="Output"),
|
35 |
article=article,
|
36 |
title=title,
|
|
|
37 |
description=description).queue().launch()
|