Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,8 @@ iface = gr.Interface(
|
|
48 |
outputs = ["image"],
|
49 |
examples = examples,
|
50 |
description = description,
|
51 |
-
title = title
|
|
|
52 |
)
|
53 |
|
54 |
iface.launch()
|
|
|
48 |
outputs = ["image"],
|
49 |
examples = examples,
|
50 |
description = description,
|
51 |
+
title = title,
|
52 |
+
article = article
|
53 |
)
|
54 |
|
55 |
iface.launch()
|