HikariDawn commited on
Commit
6535ded
·
1 Parent(s): 5000b0a

docs: auto download assets images

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -114,6 +114,10 @@ train_transforms = transforms.Compose(
114
  )
115
 
116
 
 
 
 
 
117
 
118
 
119
 
 
114
  )
115
 
116
 
117
+ # Download to avoid uneasy git lfs install
118
+ os.system("wget https://github.com/user-attachments/files/23571020/assets.zip")
119
+ os.system("unzip assets.zip")
120
+
121
 
122
 
123