Spaces:
Runtime error
Runtime error
Update src/vc/rvc.py
Browse files- src/vc/rvc.py +3 -1
src/vc/rvc.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
from typing import Any
|
2 |
-
from
|
|
|
|
|
3 |
from multiprocessing import cpu_count
|
4 |
from pathlib import Path
|
5 |
|
|
|
1 |
from typing import Any
|
2 |
+
from typing import Literal
|
3 |
+
|
4 |
+
F0Method = Literal["rmvpe", "crepe", "mangio-crepe"]
|
5 |
from multiprocessing import cpu_count
|
6 |
from pathlib import Path
|
7 |
|