init app
Browse files
app.py
CHANGED
@@ -42,7 +42,8 @@ Demo based on <a href='https://github.com/OPHoperHPO/image-background-remove-too
|
|
42 |
"""
|
43 |
|
44 |
with gr.Blocks(title="CarveKit") as app:
|
45 |
-
gr.HTML("<center><h1>
|
|
|
46 |
with gr.Row():
|
47 |
with gr.Column():
|
48 |
input_img = gr.Image(type="pil", label="Input image")
|
|
|
42 |
"""
|
43 |
|
44 |
with gr.Blocks(title="CarveKit") as app:
|
45 |
+
gr.HTML("<center><h1><b>CarveKit</b></h1></center>")
|
46 |
+
gr.HTML("<center><h3>Automated high-quality background removal framework for an image using neural networks.</h3></center>")
|
47 |
with gr.Row():
|
48 |
with gr.Column():
|
49 |
input_img = gr.Image(type="pil", label="Input image")
|