Spaces:
Runtime error
Runtime error
File size: 163 Bytes
bb90efe |
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') |