Update python-fu-removebg.py
This commit is contained in:
@@ -35,8 +35,8 @@ def find_rembg_install() -> Optional[Path]:
|
|||||||
# Common installation paths
|
# Common installation paths
|
||||||
if sys.platform == "win32":
|
if sys.platform == "win32":
|
||||||
possible_paths = [
|
possible_paths = [
|
||||||
Path("C:/Program Files (x86)/RemBG/"),
|
Path("C:/Program Files (x86)/Rembg/"),
|
||||||
Path("C:/Program Files/RemBG/"),
|
Path("C:/Program Files/Rembg/"),
|
||||||
]
|
]
|
||||||
|
|
||||||
for path in possible_paths:
|
for path in possible_paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user