nevreal commited on
Commit
2eabef7
1 Parent(s): 6088d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -84,10 +84,6 @@ def lookup_indices(index_root):
84
 
85
  lookup_indices(index_root)
86
  lookup_indices(outside_index_root)
87
- uvr5_names = []
88
- for name in os.listdir(weight_uvr5_root):
89
- if name.endswith(".pth") or "onnx" in name:
90
- uvr5_names.append(name.replace(".pth", ""))
91
 
92
 
93
  def change_choices():
 
84
 
85
  lookup_indices(index_root)
86
  lookup_indices(outside_index_root)
 
 
 
 
87
 
88
 
89
  def change_choices():