Rejekts commited on
Commit
63c653b
1 Parent(s): 0d2ad02

Update infer/modules/vc/utils.py

Browse files
Files changed (1) hide show
  1. infer/modules/vc/utils.py +2 -2
infer/modules/vc/utils.py CHANGED
@@ -1,8 +1,8 @@
1
  import os
2
 
3
  from fairseq import checkpoint_utils
4
-
5
-
6
  def get_index_path_from_model(sid):
7
  return next(
8
  (
 
1
  import os
2
 
3
  from fairseq import checkpoint_utils
4
+ #Added logs as index_root
5
+ os.environ['index_root']="logs"
6
  def get_index_path_from_model(sid):
7
  return next(
8
  (