ChancesYuan commited on
Commit
8dc19d1
1 Parent(s): a8c8670
Files changed (1) hide show
  1. app.py +1 -1
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,