Spaces:
Runtime error
Runtime error
NimaBoscarino
commited on
Commit
·
438d433
1
Parent(s):
5a1d8d7
fix path
Browse files
app.py
CHANGED
@@ -5,5 +5,5 @@ os.system('gdown https://drive.google.com/u/0/uc?id=18OCUIy7JQ2Ow_-cC5xn_hhDn-Bp
|
|
5 |
os.system('unzip release-github-v1.zip')
|
6 |
os.system('cd ..')
|
7 |
os.system('ls -R')
|
8 |
-
os.system('python apply_events.py -b 1 -i ./inputs -r config/model/masker --output_path ./outputs --overwrite')
|
9 |
|
|
|
5 |
os.system('unzip release-github-v1.zip')
|
6 |
os.system('cd ..')
|
7 |
os.system('ls -R')
|
8 |
+
os.system('python apply_events.py -b 1 -i ./inputs -r climategan/config/model/masker --output_path ./outputs --overwrite')
|
9 |
|