Spaces:
Running
Running
Update app_tsukasa_remote.py
Browse files- 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())[
|
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 |
)
|