Update app.py
Browse files
app.py
CHANGED
@@ -353,7 +353,7 @@ def get_tts_wav(ref_wav_path, prompt_text, prompt_language, text, text_language,
|
|
353 |
wprint("Please enter text to generate/请输入生成文字")
|
354 |
return None
|
355 |
t0 = ttime()
|
356 |
-
|
357 |
startTime=timer()
|
358 |
change_sovits_weights(sovits_path)
|
359 |
tprint(f'LOADED SoVITS Model: {sovits_path}')
|
@@ -762,6 +762,7 @@ with gr.Blocks(theme='remilia/Ghostly') as app:
|
|
762 |
#info = gr.Textbox(label="INFO", visible=True, readonly=True, scale=1)
|
763 |
|
764 |
gr.HTML('''
|
|
|
765 |
If it generated silence, please try again./如果生成了空白声音,请重试
|
766 |
<br><br><br><br>
|
767 |
<h1 style="font-size: 25px;">Clone custom Voice/克隆自定义声音</h1>
|
|
|
353 |
wprint("Please enter text to generate/请输入生成文字")
|
354 |
return None
|
355 |
t0 = ttime()
|
356 |
+
|
357 |
startTime=timer()
|
358 |
change_sovits_weights(sovits_path)
|
359 |
tprint(f'LOADED SoVITS Model: {sovits_path}')
|
|
|
762 |
#info = gr.Textbox(label="INFO", visible=True, readonly=True, scale=1)
|
763 |
|
764 |
gr.HTML('''
|
765 |
+
Generation is slower, please be patient and wait/合成比较慢,请耐心等待<br>
|
766 |
If it generated silence, please try again./如果生成了空白声音,请重试
|
767 |
<br><br><br><br>
|
768 |
<h1 style="font-size: 25px;">Clone custom Voice/克隆自定义声音</h1>
|