Update python-fu-removebg.py

This commit is contained in:
Maniu
2025-05-25 20:51:18 +02:00
committed by GitHub
parent 06540bde9b
commit c837f83481

View File

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