Respair commited on
Commit
a9b8f73
1 Parent(s): 5fe1123

Update app_tsukasa_remote.py

Browse files
Files changed (1) hide show
  1. app_tsukasa_remote.py +1 -1
app_tsukasa_remote.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks() as longform:
143
  inp_longform = gr.Textbox(
144
  label="Text",
145
  info="Enter the text [Speaker: Text -> japanese or romaji both work, check the last example!] \n Also works without any names. ",
146
- value=list(example_texts.values())[0],
147
  interactive=True,
148
  scale=5
149
  )
 
143
  inp_longform = gr.Textbox(
144
  label="Text",
145
  info="Enter the text [Speaker: Text -> japanese or romaji both work, check the last example!] \n Also works without any names. ",
146
+ value=list(example_texts.values())[4],
147
  interactive=True,
148
  scale=5
149
  )