File size: 348 Bytes
bff606a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
license: apache-2.0
---
## 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)
```