Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,6 +93,7 @@ gr.HTML('''
|
|
| 93 |
<a href="https://huggingface.co/briaai/RMBG-1.4" target="_blank">BRIA RMBG-1.4 image matting model</a> as backbone.
|
| 94 |
</p>
|
| 95 |
''')
|
|
|
|
| 96 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|
| 97 |
# demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)
|
| 98 |
demo = gr.Interface(fn=process,inputs="image", outputs="image", examples=examples, title=title, description=description)
|
|
|
|
| 93 |
<a href="https://huggingface.co/briaai/RMBG-1.4" target="_blank">BRIA RMBG-1.4 image matting model</a> as backbone.
|
| 94 |
</p>
|
| 95 |
''')
|
| 96 |
+
examples = []
|
| 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)
|
| 99 |
demo = gr.Interface(fn=process,inputs="image", outputs="image", examples=examples, title=title, description=description)
|