File size: 87 Bytes
e9dc5bd
 
 
 
 
 
1
2
3
4
5
6
7
# !/usr/bin/env python
import gdown

gdown.download(
    "assets/pytorch_model.bin",
)