TextDiffuser / test.py
imjunaidafzal's picture
Duplicate from JingyeChen22/TextDiffuser
bb90efe
raw
history blame contribute delete
No virus
163 Bytes
import os
os.system('wget https://layoutlm.blob.core.windows.net/textdiffuser/textdiffuser-ckpt.zip')
os.system('unzip textdiffuser-ckpt.zip')
os.system('finish')