Update app.py
Browse files
app.py
CHANGED
|
@@ -304,7 +304,7 @@ with gr.Blocks() as app:
|
|
| 304 |
)
|
| 305 |
prompt_language = gr.State(value="ja")
|
| 306 |
with gr.Column():
|
| 307 |
-
text = gr.Textbox(label="Input Text", value="
|
| 308 |
text_language = gr.Dropdown(
|
| 309 |
label="Language",
|
| 310 |
choices=["ja"],
|
|
|
|
| 304 |
)
|
| 305 |
prompt_language = gr.State(value="ja")
|
| 306 |
with gr.Column():
|
| 307 |
+
text = gr.Textbox(label="Input Text", value="すもももももももものうち。")
|
| 308 |
text_language = gr.Dropdown(
|
| 309 |
label="Language",
|
| 310 |
choices=["ja"],
|