Daryl Fung commited on
Commit
2eef4fb
1 Parent(s): 892a662

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -130,10 +130,10 @@ else:
130
  gpus = "-".join([i[0] for i in gpu_infos])
131
 
132
 
133
- weight_root = 'weights'
134
- weight_uvr5_root = 'uvr5_weights'
135
- index_root = 'indices'
136
- outside_index_root = './'
137
 
138
  names = []
139
  for name in os.listdir(weight_root):
 
130
  gpus = "-".join([i[0] for i in gpu_infos])
131
 
132
 
133
+ weight_root = 'assets/weights'
134
+ weight_uvr5_root = 'assets/uvr5_weights'
135
+ index_root = 'assets/indices'
136
+ outside_index_root = 'assets'
137
 
138
  names = []
139
  for name in os.listdir(weight_root):