musfiqdehan commited on
Commit
256c6ab
·
verified ·
1 Parent(s): c44d5f8

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
  import numpy as np
5
  from torchvision import transforms
6
 
7
- description = "Automatically remove the image background from a profile photo. Based on a [Space by eugenesiow](https://huggingface.co/spaces/eugenesiow/remove-bg)."
8
 
9
 
10
  def make_transparent_foreground(pic, mask):
 
4
  import numpy as np
5
  from torchvision import transforms
6
 
7
+ description = "gr.HTML(<h3 align='center'>Automatically remove the image background from a profile photo</h3>)"
8
 
9
 
10
  def make_transparent_foreground(pic, mask):