Respair commited on
Commit
03c34d6
1 Parent(s): 26ae306

Update app_tsukasa_remote.py

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