Spaces:
Running
Running
Update app_tsukasa_remote.py
Browse files- app_tsukasa_remote.py +3 -2
app_tsukasa_remote.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
INTROTXT = """#
|
2 |
Repo -> [Hugging Face - 🤗](https://huggingface.co/Respair/Tsukasa_Speech)
|
3 |
-
This space is now run on a CPU backend. it should take roughly ~30 seconds to generate a one minute output.
|
|
|
4 |
Enjoy!
|
5 |
"""
|
6 |
|
@@ -144,7 +145,7 @@ with gr.Blocks() as longform:
|
|
144 |
with gr.Column(scale=1):
|
145 |
inp_longform = gr.Textbox(
|
146 |
label="Text",
|
147 |
-
info="Enter the text [Speaker: Text -> japanese or romaji both work, check the last example
|
148 |
value=list(example_texts.values())[0],
|
149 |
interactive=True,
|
150 |
scale=5
|
|
|
1 |
INTROTXT = """#
|
2 |
Repo -> [Hugging Face - 🤗](https://huggingface.co/Respair/Tsukasa_Speech)
|
3 |
+
This space is now run on a CPU backend. it should take roughly ~30 seconds to generate a one minute output. <br>
|
4 |
+
smart phonemization is disabled(i.e no romaji or mixed input).
|
5 |
Enjoy!
|
6 |
"""
|
7 |
|
|
|
145 |
with gr.Column(scale=1):
|
146 |
inp_longform = gr.Textbox(
|
147 |
label="Text",
|
148 |
+
info="Enter the text [Speaker: Text -> ~~japanese or romaji both work, check the last example!~~] \n Also works without any names. ",
|
149 |
value=list(example_texts.values())[0],
|
150 |
interactive=True,
|
151 |
scale=5
|