Spaces:
Runtime error
Runtime error
fix: description
Browse files
app.py
CHANGED
@@ -197,8 +197,7 @@ examples = [
|
|
197 |
title2 = "Background Removal For Video"
|
198 |
description2 = r"""Background removal model developed by <a href='https://BRIA.AI' target='_blank'><b>BRIA.AI</b></a>, trained on a carefully selected dataset and is available as an open-source model for non-commercial use.<br>
|
199 |
For test upload your image and wait. Read more at model card <a href='https://huggingface.co/briaai/RMBG-1.4' target='_blank'><b>briaai/RMBG-1.4</b></a>.<br>
|
200 |
-
Also, you can remove the background from the video.<br>You may have to wait a little longer for the video to process as each frame in video will be processed, so using strong GPU is recommended.<br>
|
201 |
-
You need <b>ffmpeg</b> installed to use this feature.
|
202 |
"""
|
203 |
|
204 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|
|
|
197 |
title2 = "Background Removal For Video"
|
198 |
description2 = r"""Background removal model developed by <a href='https://BRIA.AI' target='_blank'><b>BRIA.AI</b></a>, trained on a carefully selected dataset and is available as an open-source model for non-commercial use.<br>
|
199 |
For test upload your image and wait. Read more at model card <a href='https://huggingface.co/briaai/RMBG-1.4' target='_blank'><b>briaai/RMBG-1.4</b></a>.<br>
|
200 |
+
Also, you can remove the background from the video.<br>You may have to wait a little longer for the video to process as each frame in video will be processed, so using strong GPU locally is recommended.<br>
|
|
|
201 |
"""
|
202 |
|
203 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|