emilylearning commited on
Commit
302a127
·
1 Parent(s): f9ec056

omg, more typos. In demo box this time.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -358,7 +358,7 @@ gr.Interface(
358
  ),
359
  gr.inputs.Textbox(
360
  lines=7,
361
- label="Input Text: Include one of more instance of the word 'DATE' below (to be replace with a range of dates in demo), and one of more gender pronoun (to be masked for prediction).",
362
  default="Born in DATE, she was a computer scientist. Her work was greatly respected, and she was well-regarded in her field.",
363
  ),
364
  ],
 
358
  ),
359
  gr.inputs.Textbox(
360
  lines=7,
361
+ label="Input Text: Include one or more instance of the word 'DATE' below (to be replaced with a range of `{dates}` in demo), and one or more gender pronoun (to be `[MASK]`ed for prediction).",
362
  default="Born in DATE, she was a computer scientist. Her work was greatly respected, and she was well-regarded in her field.",
363
  ),
364
  ],