Spaces:
Running
Running
kevinwang676
commited on
Commit
•
4df596d
1
Parent(s):
3360db0
Update inference/m4singer/base_svs_infer.py
Browse files
inference/m4singer/base_svs_infer.py
CHANGED
@@ -154,7 +154,6 @@ class BaseSVSInfer:
|
|
154 |
|
155 |
def preprocess_input(self, inp, input_type='word'):
|
156 |
"""
|
157 |
-
|
158 |
:param inp: {'text': str, 'item_name': (str, optional), 'spk_name': (str, optional)}
|
159 |
:return:
|
160 |
"""
|
|
|
154 |
|
155 |
def preprocess_input(self, inp, input_type='word'):
|
156 |
"""
|
|
|
157 |
:param inp: {'text': str, 'item_name': (str, optional), 'spk_name': (str, optional)}
|
158 |
:return:
|
159 |
"""
|