asahi417 commited on
Commit
0738568
·
1 Parent(s): 1c3f5d1
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -44,8 +44,7 @@ demo = gr.Interface(
44
  fn=predict,
45
  inputs=gr.inputs.Textbox(
46
  lines=5,
47
- placeholder="Input Sentence",
48
- default=examples[0],
49
  ),
50
  outputs="html",
51
  examples=examples
 
44
  fn=predict,
45
  inputs=gr.inputs.Textbox(
46
  lines=5,
47
+ placeholder="Input sentence...",
 
48
  ),
49
  outputs="html",
50
  examples=examples