File size: 91 Bytes
96fdf7c
 
 
 
 
 
1
2
3
4
5
6
7
from rembg import remove as rm

def rem_bg(input):
    result=rm(input)
    return result