Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ iface = gr.Interface(
|
|
| 40 |
],
|
| 41 |
title="Anime Remove Background",
|
| 42 |
allow_flagging="never",
|
| 43 |
-
article='<
|
| 44 |
)
|
| 45 |
|
| 46 |
iface.queue().launch(show_api=False, show_error=True)
|
|
|
|
| 40 |
],
|
| 41 |
title="Anime Remove Background",
|
| 42 |
allow_flagging="never",
|
| 43 |
+
article='<div style="width: 100%; text-align: center;"><img src="https://moe-counter.glitch.me/get/@hesha-arb" alt="hesha-arb" /></div>'
|
| 44 |
)
|
| 45 |
|
| 46 |
iface.queue().launch(show_api=False, show_error=True)
|