Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ examples = [['お疲れ様です,トレーナーさん。', '1:无声铃鹿',
|
|
105 |
gr.Interface(fn=infer, inputs=[textbox,
|
106 |
char_dropdown,
|
107 |
language_dropdown,
|
108 |
-
gr.
|
109 |
-
gr.
|
110 |
-
gr.
|
111 |
title=title, description=description, article=article, examples=examples).launch()
|
|
|
105 |
gr.Interface(fn=infer, inputs=[textbox,
|
106 |
char_dropdown,
|
107 |
language_dropdown,
|
108 |
+
gr.Number(value=1, step=0.1, label='时长 Duration'),
|
109 |
+
gr.Number(value=0.667, step=0.001, label='噪声比例 noise_scale'),
|
110 |
+
gr.Number(value=0.8, step=0.1, label='噪声偏差 noise_scale_w')], outputs=["text","audio"],
|
111 |
title=title, description=description, article=article, examples=examples).launch()
|