Spaces:
Running
Running
“destiny”
commited on
Commit
·
cc13011
1
Parent(s):
c68262d
add prompt
Browse files- app.py +4 -1
- saved_model/info.json +2 -2
app.py
CHANGED
@@ -213,7 +213,10 @@ if __name__ == '__main__':
|
|
213 |
gr.Markdown(f"## {name}\n\n"
|
214 |
f"{cover_markdown}"
|
215 |
f"model author: {author}\n\n"
|
216 |
-
f"language: {lang}"
|
|
|
|
|
|
|
217 |
tts_input1 = gr.TextArea(label="Text (150 words limitation)", value=example,
|
218 |
elem_id=f"tts-input{i}")
|
219 |
tts_input2 = gr.Dropdown(label="Speaker", choices=speakers,
|
|
|
213 |
gr.Markdown(f"## {name}\n\n"
|
214 |
f"{cover_markdown}"
|
215 |
f"model author: {author}\n\n"
|
216 |
+
f"language: {lang}\n"
|
217 |
+
f"ex1:何度も何度も転生し……出会い、別れ……また生まれ変わっても……一度も結ばれたことはない……\n"
|
218 |
+
f"ex2:とにかく……私もただ傍観しているだけ、と言う訳にもいかなくなったわね\n"
|
219 |
+
f"ex3:でも、止められなかったの、一度持ってしまった感情は、止められなかった……! 貴方を、好きになってしまったから……!\n")
|
220 |
tts_input1 = gr.TextArea(label="Text (150 words limitation)", value=example,
|
221 |
elem_id=f"tts-input{i}")
|
222 |
tts_input2 = gr.Dropdown(label="Speaker", choices=speakers,
|
saved_model/info.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dfb252c705eb83436f1d8d751a14d91f8011b7cb100b4e919137a29a331b1fb
|
3 |
+
size 183
|