Orthanc Licensing: Is plugin source code required to be disclosed?

I’m still confused. I’ve read this thread here and this thread.

Assume my lua script running on the orthanc server looks like this:

function OnStoredInstance(instanceId, tags, metadata, origin)
  ...
  os.execute("python3 /python/run_inference.py")
  ...
end

where “run_inference.py” is a python script that can run outside of orthanc which performs some neural network computation on a dicom input file and outputs a dicom file.

Do I need to disclose the content of “run_inference.py” according to the license?