fix text holder
Browse files
app.py
CHANGED
|
@@ -281,7 +281,7 @@ with gr.Blocks() as demo:
|
|
| 281 |
label="Information",
|
| 282 |
scale=1,
|
| 283 |
lines=3,
|
| 284 |
-
value="
|
| 285 |
)
|
| 286 |
|
| 287 |
post_check = gr.Checkbox(label="Check grammaticality after text generation.", value=True)
|
|
@@ -290,7 +290,7 @@ with gr.Blocks() as demo:
|
|
| 290 |
msg = gr.Textbox(
|
| 291 |
label="Input",
|
| 292 |
scale=3,
|
| 293 |
-
value="
|
| 294 |
)
|
| 295 |
|
| 296 |
result = gr.HighlightedText(
|
|
|
|
| 281 |
label="Information",
|
| 282 |
scale=1,
|
| 283 |
lines=3,
|
| 284 |
+
value="Information will show here.",
|
| 285 |
)
|
| 286 |
|
| 287 |
post_check = gr.Checkbox(label="Check grammaticality after text generation.", value=True)
|
|
|
|
| 290 |
msg = gr.Textbox(
|
| 291 |
label="Input",
|
| 292 |
scale=3,
|
| 293 |
+
value="i can has cheezburger.",
|
| 294 |
)
|
| 295 |
|
| 296 |
result = gr.HighlightedText(
|