Respair commited on
Commit
8ddf39e
1 Parent(s): a5cb256

Update app_tsukasa_remote.py

Browse files
Files changed (1) hide show
  1. 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: Japanese Text] \n Also works without any names. \n NOTE: Only Japanese Text!",
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