ChancesYuan
commited on
Commit
•
1fb62f8
1
Parent(s):
8dc19d1
update
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
|
|
25 |
|
26 |
edit_output = gr.Textbox(label="After Edit", lines=2, placeholder="")
|
27 |
gr.Examples(
|
28 |
-
examples=[["[MASK]
|
29 |
inputs=[input, alter_label],
|
30 |
outputs=edit_output,
|
31 |
fn=edit_process,
|
|
|
25 |
|
26 |
edit_output = gr.Textbox(label="After Edit", lines=2, placeholder="")
|
27 |
gr.Examples(
|
28 |
+
examples=[["[MASK] r1 t1", "h1"], ["[MASK] r2 t2", "h2"]],
|
29 |
inputs=[input, alter_label],
|
30 |
outputs=edit_output,
|
31 |
fn=edit_process,
|