jordonpeter01 commited on
Commit
4ffbad6
·
verified ·
1 Parent(s): a6448b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -62,13 +62,13 @@ def process(image):
62
  gr.Markdown("## BRIA RMBG 1.4")
63
  gr.HTML('''
64
  <p style="margin-bottom: 10px; font-size: 94%">
65
- Background removal model<br>
66
  For just upload your image and wait some seconds.
67
  </p>
68
  ''')
69
- title = "Background Removal"
70
- description = r"""Background removal model<br>
71
- For test upload your image and wait some seconds.
72
  """
73
  examples = [['./input.jpg'],]
74
  # output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
 
62
  gr.Markdown("## BRIA RMBG 1.4")
63
  gr.HTML('''
64
  <p style="margin-bottom: 10px; font-size: 94%">
65
+ Remove Background from Image for Free<br>
66
  For just upload your image and wait some seconds.
67
  </p>
68
  ''')
69
+ title = "Remove Background from Image for Free"
70
+ description = r"""Remove Background from Image for Free<br>
71
+ For upload your image and wait some seconds.
72
  """
73
  examples = [['./input.jpg'],]
74
  # output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)