Spaces:
Sleeping
Sleeping
zhzluke96
commited on
Commit
•
22884c9
1
Parent(s):
29536f1
update
Browse files
webui.py
CHANGED
@@ -450,9 +450,6 @@ def create_tts_interface():
|
|
450 |
"📝Text Input",
|
451 |
elem_id="input-title",
|
452 |
)
|
453 |
-
gr.Markdown("- 每个batch最长30s")
|
454 |
-
gr.Markdown("- batch size设置为1,即不使用批处理")
|
455 |
-
gr.Markdown("- 开启batch请配合设置Inference Seed")
|
456 |
gr.Markdown(
|
457 |
f"- 字数限制{webui_config['tts_max']:,}字,超过部分截断"
|
458 |
)
|
|
|
450 |
"📝Text Input",
|
451 |
elem_id="input-title",
|
452 |
)
|
|
|
|
|
|
|
453 |
gr.Markdown(
|
454 |
f"- 字数限制{webui_config['tts_max']:,}字,超过部分截断"
|
455 |
)
|