NimaBoscarino commited on
Commit
0ac7763
1 Parent(s): 59f26a7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,5 +4,5 @@ os.system('cd config')
4
  os.system('gdown https://drive.google.com/u/0/uc?id=18OCUIy7JQ2Ow_-cC5xn_hhDn-Bp45N1K')
5
  os.system('unzip release-github-v1.zip')
6
  os.system('cd ..')
7
- os.system('python apply_events.py -b 1 -i ../inputs -r config/model/masker --output_path ../outputs --overwrite')
8
 
 
4
  os.system('gdown https://drive.google.com/u/0/uc?id=18OCUIy7JQ2Ow_-cC5xn_hhDn-Bp45N1K')
5
  os.system('unzip release-github-v1.zip')
6
  os.system('cd ..')
7
+ os.system('python apply_events.py -b 1 -i ./inputs -r config/model/masker --output_path ./outputs --overwrite')
8