ChancesYuan
commited on
Commit
•
8dc19d1
1
Parent(s):
a8c8670
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] r t", "h"],
|
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] r t"], ["h"]],
|
29 |
inputs=[input, alter_label],
|
30 |
outputs=edit_output,
|
31 |
fn=edit_process,
|