supermy commited on
Commit
999a0f1
1 Parent(s): 478b9ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,6 +60,6 @@ if __name__ == "__main__":
60
 
61
  gr.Interface(
62
  fn=generate,
63
- inputs=gr.Textbox(lines=1, placeholder="请在此输入上联:燕子归来,问昔日雕梁何处。",value="燕子归来,问昔日雕梁何处。",label="上联"),
64
  outputs=gr.Textbox(lines=1, placeholder="此处显示生成的下联",label="下联"),
65
  ).launch()
 
60
 
61
  gr.Interface(
62
  fn=generate,
63
+ inputs=gr.Textbox(lines=1, placeholder="请在此输入上联【居末尾带句号。】:燕子归来,问昔日雕梁何处。",value="燕子归来,问昔日雕梁何处。",label="上联"),
64
  outputs=gr.Textbox(lines=1, placeholder="此处显示生成的下联",label="下联"),
65
  ).launch()