Spaces:
Runtime error
Runtime error
Commit
·
302a127
1
Parent(s):
f9ec056
omg, more typos. In demo box this time.
Browse files
app.py
CHANGED
@@ -358,7 +358,7 @@ gr.Interface(
|
|
358 |
),
|
359 |
gr.inputs.Textbox(
|
360 |
lines=7,
|
361 |
-
label="Input Text: Include one
|
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 |
],
|