SpyC0der77 commited on
Commit
7b1883c
·
verified ·
1 Parent(s): 89586e0

Update src/vc/rvc.py

Browse files
Files changed (1) hide show
  1. src/vc/rvc.py +3 -1
src/vc/rvc.py CHANGED
@@ -1,5 +1,7 @@
1
  from typing import Any
2
- from typings.extra import F0Method
 
 
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