Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ _**Figure 1** Model architecture_
|
|
| 65 |
from huggingface_hub import HfApi
|
| 66 |
|
| 67 |
api = HfApi()
|
| 68 |
-
model_path = api.hf_hub_download('SchulzR97/TUC-AR-C3D', filename='tuc-
|
| 69 |
model = torch.load(model_path)
|
| 70 |
```
|
| 71 |
|
|
|
|
| 65 |
from huggingface_hub import HfApi
|
| 66 |
|
| 67 |
api = HfApi()
|
| 68 |
+
model_path = api.hf_hub_download('SchulzR97/TUC-AR-C3D', filename='tuc-ar.pth')
|
| 69 |
model = torch.load(model_path)
|
| 70 |
```
|
| 71 |
|