Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,5 @@ interface = gr.Interface(
|
|
35 |
outputs=output,
|
36 |
examples = examples,
|
37 |
title=title,
|
38 |
-
description=description,
|
39 |
-
article = article,
|
40 |
)
|
41 |
interface.launch(debug=True)
|
|
|
35 |
outputs=output,
|
36 |
examples = examples,
|
37 |
title=title,
|
|
|
|
|
38 |
)
|
39 |
interface.launch(debug=True)
|