Negev900 commited on
Commit
f128918
1 Parent(s): 5d7e484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ gr.HTML('''
92
  </p>
93
  ''')
94
  title = "Background Removal"
95
- description = "Remove background from any image" [BRIA AI](https://bria.ai/)
96
  examples = [['./input.jpg'],]
97
  # output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
98
  # demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)
 
92
  </p>
93
  ''')
94
  title = "Background Removal"
95
+ description = "Remove background from any image"
96
  examples = [['./input.jpg'],]
97
  # output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
98
  # demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)