File size: 163 Bytes
e8dca02
 
 
 
 
1
2
3
4
5
import os

os.system('wget https://layoutlm.blob.core.windows.net/textdiffuser/textdiffuser-ckpt.zip')
os.system('unzip textdiffuser-ckpt.zip')
os.system('finish')