diff --git a/python-fu-removebg/python-fu-removebg.py b/python-fu-removebg/python-fu-removebg.py index 173d83a..b73cd32 100644 --- a/python-fu-removebg/python-fu-removebg.py +++ b/python-fu-removebg/python-fu-removebg.py @@ -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