Respair commited on
Commit
8876b92
1 Parent(s): 30cdb64

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: 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
 
145
  with gr.Column(scale=1):
146
  inp_longform = gr.Textbox(
147
  label="Text",
148
+ info="Enter the text [Speaker: Text] \n Also works without any names. ",
149
  value=list(example_texts.values())[0],
150
  interactive=True,
151
  scale=5