mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-26 15:30:43 +08:00
add nltk
This commit is contained in:
parent
cff6b9508b
commit
2b3a40338c
3
api.py
3
api.py
@ -173,6 +173,9 @@ import config as global_config
|
|||||||
import logging
|
import logging
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
import nltk
|
||||||
|
nltk.download('averaged_perceptron_tagger_eng')
|
||||||
|
|
||||||
|
|
||||||
class DefaultRefer:
|
class DefaultRefer:
|
||||||
def __init__(self, path, text, language):
|
def __init__(self, path, text, language):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user