Spaces:
Sleeping
Sleeping
Mahiruoshi
commited on
Commit
•
7714f93
1
Parent(s):
18fa9fa
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def generate_audio(
|
|
86 |
elif is_chinese(text):
|
87 |
language = "ZH"
|
88 |
current_time = datetime.now()
|
89 |
-
print(str(current_time)+':'+str(speaker)+":"+
|
90 |
audio = infer(
|
91 |
text,
|
92 |
sdp_ratio=sdp_ratio,
|
|
|
86 |
elif is_chinese(text):
|
87 |
language = "ZH"
|
88 |
current_time = datetime.now()
|
89 |
+
print(str(current_time)+':'+str(speaker)+":"+language)
|
90 |
audio = infer(
|
91 |
text,
|
92 |
sdp_ratio=sdp_ratio,
|