Mahiruoshi
commited on
Commit
•
8c892cf
1
Parent(s):
cfdd268
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def infer(language,text,speaker_id, n_scale= 0.667,n_scale_w = 0.8, l_scale = 1
|
|
125 |
text = text.replace(i,'<')
|
126 |
for i in b:
|
127 |
text = text.replace(i,'>')
|
128 |
-
final_list = extrac(text.replace('“','').replace('”','')
|
129 |
audio_fin = []
|
130 |
c = 0
|
131 |
for sentence in final_list:
|
|
|
125 |
text = text.replace(i,'<')
|
126 |
for i in b:
|
127 |
text = text.replace(i,'>')
|
128 |
+
final_list = extrac(text.replace('“','').replace('”',''))
|
129 |
audio_fin = []
|
130 |
c = 0
|
131 |
for sentence in final_list:
|