Skip to content

Commit

Permalink
fix model url
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Dec 3, 2024
1 parent 692ef5c commit 1101c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rembg/sessions/bria_rmbg.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def download_models(cls, *args, **kwargs):
"""
fname = f"{cls.name(*args, **kwargs)}.onnx"
pooch.retrieve(
"https://huggingface.co/briaai/RMBG-2.0/resolve/main/onnx/model.onnx",
"https://github.com/danielgatis/rembg/releases/download/v0.0.0/bria-rmbg-2.0.onnx",
(
None
if cls.checksum_disabled(*args, **kwargs)
Expand Down

0 comments on commit 1101c15

Please sign in to comment.