springwater commited on
Commit
70654b1
·
verified ·
1 Parent(s): 3480f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,11 +1,9 @@
1
  import gradio as gr
2
  from rembg import remove
3
 
4
- title = "Remove Background"
5
  description = """
6
- In this space, you can quickly remove background from images.
7
- ⚠️ Make sure your image is of good quality and has a clear background!
8
- ⚠️ Sometimes the background is not removed correctly, this is normal, because this is just a demo version!
9
  """
10
 
11
  def segment(image):
 
1
  import gradio as gr
2
  from rembg import remove
3
 
4
+ title = "이미지 배경 제거하기"
5
  description = """
6
+ 배경을 제거할 이미지를 넣어주세요.
 
 
7
  """
8
 
9
  def segment(image):