vietlethe commited on
Commit
d190b72
1 Parent(s): f2318c6

fix text holder

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks() as demo:
281
  label="Information",
282
  scale=1,
283
  lines=3,
284
- value="i can has cheezburger.",
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="Information will show here.",
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(