Spaces:
Running
Running
Update app_tsukasa_remote.py
Browse files- app_tsukasa_remote.py +1 -1
app_tsukasa_remote.py
CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks() as longform:
|
|
145 |
with gr.Column(scale=1):
|
146 |
inp_longform = gr.Textbox(
|
147 |
label="Text",
|
148 |
-
info="Enter the text [Speaker
|
149 |
value=list(example_texts.values())[0],
|
150 |
interactive=True,
|
151 |
scale=5
|
|
|
145 |
with gr.Column(scale=1):
|
146 |
inp_longform = gr.Textbox(
|
147 |
label="Text",
|
148 |
+
info="Enter the text [Speaker's name + Japanese Text] \n Also works without any names. NOTE: your input must be only a Japanese Text!",
|
149 |
value=list(example_texts.values())[0],
|
150 |
interactive=True,
|
151 |
scale=5
|