hesha commited on
Commit
7ebcf28
·
1 Parent(s): b43509d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ iface = gr.Interface(
40
  ],
41
  title="Anime Remove Background",
42
  allow_flagging="never",
43
- article='<span style="text-align: center"><img src="https://moe-counter.glitch.me/get/@hesha-arb" alt="hesha-arb" style="text" /></span>'
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)