kakamond commited on
Commit
e2cdf14
·
verified ·
1 Parent(s): 2457afb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ if __name__ == "__main__":
57
  gr.Textbox(label=_L("模式"), value="auto2en"),
58
  ],
59
  outputs=[
60
- gr.Textbox(label=_L("状态栏"), show_copy_button=True),
61
- gr.TextArea(label=_L("翻译结果"), show_copy_button=True),
62
  ],
63
  flagging_mode="never",
64
  examples=[
 
57
  gr.Textbox(label=_L("模式"), value="auto2en"),
58
  ],
59
  outputs=[
60
+ gr.Textbox(label=_L("状态栏"), buttons=["Copy"]),
61
+ gr.TextArea(label=_L("翻译结果"), buttons=["Copy"]),
62
  ],
63
  flagging_mode="never",
64
  examples=[