supermy commited on
Commit
352719c
1 Parent(s): aa7b953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,6 +49,6 @@ if __name__ == "__main__":
49
 
50
  gr.Interface(
51
  fn=generate,
52
- inputs=gr.Textbox(lines=1, placeholder="燕子归来,问昔日雕梁何处。"),
53
  outputs="text"
54
  ).launch()
 
49
 
50
  gr.Interface(
51
  fn=generate,
52
+ inputs=gr.Text(lines=2, placeholder="燕子归来,问昔日雕梁何处。"),
53
  outputs="text"
54
  ).launch()