Update python-fu-removebg.py

This commit is contained in:
Maniu
2025-05-25 20:51:18 +02:00
committed by GitHub
parent a2a2cd6622
commit 08d4db371c

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