Donald Winkelman commited on
Commit
0154f98
·
1 Parent(s): 905be01

Adding default value to input textbox

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,8 +130,8 @@ with gr.Blocks(title="MorphSeg Demo") as demo:
130
  txt_input = gr.Textbox(
131
  lines=5,
132
  placeholder="Type word or sentence here...",
 
133
  label="Input Text"
134
-
135
  )
136
  with gr.TabItem("mb File Upload"):
137
  file_input = gr.File(
 
130
  txt_input = gr.Textbox(
131
  lines=5,
132
  placeholder="Type word or sentence here...",
133
+ value="The unbelievably disagreeable preprocessor unsuccessfully reprocessed the unquestionably irreversible decontextualization",
134
  label="Input Text"
 
135
  )
136
  with gr.TabItem("mb File Upload"):
137
  file_input = gr.File(