Spaces:
Running
Running
“destiny”
commited on
Commit
·
2f7b335
1
Parent(s):
cc13011
add prompt
Browse files
app.py
CHANGED
|
@@ -213,10 +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}\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,
|
|
|
|
| 213 |
gr.Markdown(f"## {name}\n\n"
|
| 214 |
f"{cover_markdown}"
|
| 215 |
f"model author: {author}\n\n"
|
| 216 |
+
f"language: {lang}\n\n"
|
| 217 |
+
f"ex1:何度も何度も転生し……出会い、別れ……また生まれ変わっても……一度も結ばれたことはない……\n\n"
|
| 218 |
+
f"ex2:とにかく……私もただ傍観しているだけ、と言う訳にもいかなくなったわね\n\n"
|
| 219 |
+
f"ex3:でも、止められなかったの、一度持ってしまった感情は、止められなかった……! 貴方を、好きになってしまったから……!\n\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,
|