oldfart commited on
Commit
2cdf883
·
1 Parent(s): 48a166f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -36,9 +36,8 @@ if __name__ == "__main__":
36
  rmbg_model = rt.InferenceSession(model_path, providers=providers)
37
  app = gr.Blocks()
38
  with app:
39
- gr.Markdown("# Anime Remove Background\n\n"
40
- "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=skytnt.animeseg)\n\n"
41
- "demo for [https://github.com/SkyTNT/anime-segmentation/](https://github.com/SkyTNT/anime-segmentation/)")
42
  with gr.Row():
43
  with gr.Column():
44
  input_img = gr.Image(label="input image")
 
36
  rmbg_model = rt.InferenceSession(model_path, providers=providers)
37
  app = gr.Blocks()
38
  with app:
39
+ gr.Markdown("# Remove Background\n\n"
40
+ )
 
41
  with gr.Row():
42
  with gr.Column():
43
  input_img = gr.Image(label="input image")