Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,5 @@ gr.Interface(
|
|
79 |
outputs=outputs_image,
|
80 |
title=title,
|
81 |
description=description,
|
82 |
-
article=article
|
83 |
-
examples=[['demis.jpg'], ['lifeifei.png']]
|
84 |
).launch(debug=False)
|
|
|
79 |
outputs=outputs_image,
|
80 |
title=title,
|
81 |
description=description,
|
82 |
+
article=article
|
|
|
83 |
).launch(debug=False)
|