Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def main():
|
|
97 |
input_text_gr = gr.Textbox(
|
98 |
label="Input Text",
|
99 |
info="One or two sentences at a time is better. Up to 200 text characters.",
|
100 |
-
value="
|
101 |
)
|
102 |
|
103 |
ref_audio_gr = gr.Dropdown(
|
@@ -117,7 +117,7 @@ def main():
|
|
117 |
label='Step',
|
118 |
minimum=1,
|
119 |
maximum=100,
|
120 |
-
value=
|
121 |
step=1
|
122 |
)
|
123 |
|
|
|
97 |
input_text_gr = gr.Textbox(
|
98 |
label="Input Text",
|
99 |
info="One or two sentences at a time is better. Up to 200 text characters.",
|
100 |
+
value="三国杀是一款集历史、美术、卡牌等元素于一身的原创三国题材策略卡牌游戏。",
|
101 |
)
|
102 |
|
103 |
ref_audio_gr = gr.Dropdown(
|
|
|
117 |
label='Step',
|
118 |
minimum=1,
|
119 |
maximum=100,
|
120 |
+
value=10,
|
121 |
step=1
|
122 |
)
|
123 |
|