leonelhs commited on
Commit
edc6cc1
·
1 Parent(s): 2012f74
Files changed (1) hide show
  1. app.py +2 -1
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>Image Remove Background</h1></center>")
 
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")