Update python-fu-removebg.py

This commit is contained in:
Marek Pistorius
2025-05-25 20:51:18 +02:00
committed by GitHub
parent 9b1321fe43
commit 37706c827d

View File

@@ -68,7 +68,7 @@ class PythonRemoveBG(Gimp.PlugIn):
model_choice.add("birefnet-dis",14,"birefnet-dis","") model_choice.add("birefnet-dis",14,"birefnet-dis","")
procedure.add_choice_argument ("Model", _("Model"), procedure.add_choice_argument ("Model", _("Model"),
_("Model"), model__choice, _("Model"), model_choice,
"u2net", GObject.ParamFlags.READWRITE) "u2net", GObject.ParamFlags.READWRITE)
return procedure return procedure