zuozuo commited on
Commit
37c4213
·
1 Parent(s): 3782104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,6 +22,6 @@ iface = gr.Interface(
22
  gr.Textbox("春眠不觉晓,", lines=1, label="请输入一句诗词:"),
23
  gr.Number(50, label='字数:'),
24
  ],
25
- outputs=gr.Textbox(lines=4))
26
 
27
  iface.launch()
 
22
  gr.Textbox("春眠不觉晓,", lines=1, label="请输入一句诗词:"),
23
  gr.Number(50, label='字数:'),
24
  ],
25
+ outputs=gr.Textbox(lines=6))
26
 
27
  iface.launch()