I too had the error:
for fn_index, dependency in enumerate(self.config["dependencies"])
KeyError: ‘dependencies’
I figured out the reason was that I had “auth=” turned on in the private space. Apparently, this is what caused the gr.load to throw this error in the public space.
Since I still wanted to have auth=, so I turned it on the public space, and it works fine now…