Usage
You should first download the source code from github:
git clone https://github.com/ZhuJiwei111/SPACE_Pro
cd SPACE_Pro
Then you can access the model through:
from model.modeling_space_pro import Space
model_name_or_path = "IsaacZHU/space-pro"
model = Space.from_pretrained(model_name_or_path)