MAGAer13 commited on
Commit
aea9f3e
1 Parent(s): 045894b
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,9 +16,9 @@ resources_filename = wget.download(resources)
16
 
17
  os.system('tar zxvf {}'.format(resources_filename))
18
 
19
- if not os.path.exists('./model_optim_rng.pth'):
20
- resources_weight = os.getenv('resources_weight')
21
- _ = wget.download(resources_weight)
22
 
23
  os.system('ls -l')
24
 
 
16
 
17
  os.system('tar zxvf {}'.format(resources_filename))
18
 
19
+ # if not os.path.exists('./model_optim_rng.pth'):
20
+ # resources_weight = os.getenv('resources_weight')
21
+ # _ = wget.download(resources_weight)
22
 
23
  os.system('ls -l')
24