Spaces:
Running
Running
Add Article
Browse files
app.py
CHANGED
@@ -90,6 +90,7 @@ demo = gr.Interface(
|
|
90 |
outputs=gr.Image(type="pil"),
|
91 |
title=title,
|
92 |
description=description,
|
|
|
93 |
)
|
94 |
|
95 |
demo.launch(debug=True)
|
|
|
90 |
outputs=gr.Image(type="pil"),
|
91 |
title=title,
|
92 |
description=description,
|
93 |
+
article=article
|
94 |
)
|
95 |
|
96 |
demo.launch(debug=True)
|