Commit
·
91de7f0
1
Parent(s):
a7db0ba
Update app.py
Browse files
app.py
CHANGED
@@ -22,5 +22,6 @@ gr.Interface(
|
|
22 |
gr.outputs.Image(type="pil", label="Output"),
|
23 |
title=title,
|
24 |
description=description,
|
25 |
-
article=article
|
|
|
26 |
).launch()
|
|
|
22 |
gr.outputs.Image(type="pil", label="Output"),
|
23 |
title=title,
|
24 |
description=description,
|
25 |
+
article=article,
|
26 |
+
css="Footer {visibility: hidden}"
|
27 |
).launch()
|