ChancesYuan commited on
Commit
b98111d
1 Parent(s): 59bc744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks() as demo:
270
  edit_output = gr.Textbox(label="After Edit", lines=3, placeholder="")
271
 
272
  gr.Examples(
273
- examples=[["[MASK]|/people/person/profession|Jack Black", "Kellie Martin"], ["Red Skelton|/people/person/places_lived./people/place_lived/location|[MASK]", "Palm Springs"]],
274
  inputs=[edit_input, alter_label],
275
  outputs=[origin_output, edit_output],
276
  fn=edit_process,
 
270
  edit_output = gr.Textbox(label="After Edit", lines=3, placeholder="")
271
 
272
  gr.Examples(
273
+ examples=[["[MASK]|/people/person/profession|Jack Black", "Kellie Martin"], ["[MASK]|/people/person/nationality|United States of America", "Mark Mothersbaugh"]],
274
  inputs=[edit_input, alter_label],
275
  outputs=[origin_output, edit_output],
276
  fn=edit_process,