Spaces:
Running
on
T4
Running
on
T4
Update
Browse files
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 |
|