Loading model via python script in hub

I have this CLIP model that I would like to open up for everyone to use. All necessary python scripts are in the repo itself. However, for now the way to get the model is rather awkward since I get the repo via git first and then load it.

Wondering if there is a better way to use the python scripts that are within the repo?

The link to the usage instructions are here.