Spaces:
Runtime error
Runtime error
ORI-Muchim
commited on
Commit
•
11fbbf8
1
Parent(s):
424ac31
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ if __name__ == '__main__':
|
|
107 |
gr.Markdown(f"## {name}\n\n"
|
108 |
f"![cover](file/{cover_path})\n\n"
|
109 |
f"lang: {lang}")
|
110 |
-
tts_input1 = gr.TextArea(label="Text (
|
111 |
elem_id=f"tts-input{i}")
|
112 |
tts_input2 = gr.Dropdown(label="Speaker", choices=speakers,
|
113 |
type="index", value=speakers[0])
|
|
|
107 |
gr.Markdown(f"## {name}\n\n"
|
108 |
f"![cover](file/{cover_path})\n\n"
|
109 |
f"lang: {lang}")
|
110 |
+
tts_input1 = gr.TextArea(label="Text (5000 words limitation)", value=example,
|
111 |
elem_id=f"tts-input{i}")
|
112 |
tts_input2 = gr.Dropdown(label="Speaker", choices=speakers,
|
113 |
type="index", value=speakers[0])
|