Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,6 @@ iface = gr.Interface(
|
|
75 |
gr.Image(type="pil", label="Output"),
|
76 |
title=title,
|
77 |
description=description,
|
78 |
-
article=article,
|
79 |
examples=[["groot.jpeg", "2x"]],
|
80 |
flagging_mode="never",
|
81 |
cache_examples=True
|
|
|
75 |
gr.Image(type="pil", label="Output"),
|
76 |
title=title,
|
77 |
description=description,
|
|
|
78 |
examples=[["groot.jpeg", "2x"]],
|
79 |
flagging_mode="never",
|
80 |
cache_examples=True
|