Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ if __name__ == '__main__':
|
|
123 |
gr.Markdown(f"## {name}\n\n"
|
124 |
f"![cover](file/{cover_path})\n\n"
|
125 |
f"lang: {lang}")
|
126 |
-
tts_input1 = gr.TextArea(label="Text (
|
127 |
elem_id=f"tts-input{i}")
|
128 |
tts_input2 = gr.Dropdown(label="Speaker", choices=speakers,
|
129 |
type="index", value=speakers[0])
|
|
|
123 |
gr.Markdown(f"## {name}\n\n"
|
124 |
f"![cover](file/{cover_path})\n\n"
|
125 |
f"lang: {lang}")
|
126 |
+
tts_input1 = gr.TextArea(label="Text (300 words limitation)", value=example,
|
127 |
elem_id=f"tts-input{i}")
|
128 |
tts_input2 = gr.Dropdown(label="Speaker", choices=speakers,
|
129 |
type="index", value=speakers[0])
|