Spaces:
Running
Running
Remove local storage access
Browse files
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,
|