Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
from rembg import remove
|
3 |
|
4 |
-
title = "
|
5 |
description = """
|
6 |
-
|
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):
|