ChancesYuan
commited on
Commit
•
b98111d
1
Parent(s):
59bc744
Update app.py
Browse files
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"], ["
|
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,
|