werning commited on
Commit
1af4d2a
·
1 Parent(s): 7255251

Remove local storage access

Browse files
Files changed (1) hide show
  1. pvq_manipulation/models/vits.py +0 -3
pvq_manipulation/models/vits.py CHANGED
@@ -30,9 +30,6 @@ from trainer.trainer import to_cuda
30
  from typing import Dict, List, Union
31
 
32
 
33
- STORAGE_ROOT = Path(os.getenv('STORAGE_ROOT')).expanduser()
34
-
35
-
36
  class Vits_NT(Vits):
37
  def __init__(
38
  self,
 
30
  from typing import Dict, List, Union
31
 
32
 
 
 
 
33
  class Vits_NT(Vits):
34
  def __init__(
35
  self,