TextDiffuser / test.py
watermelon23's picture
update
e8dca02
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')