chinhon commited on
Commit
fc362f4
1 Parent(s): 4222ba2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def headline_writer2(text):
71
 
72
  headline2 = gr.Interface(
73
  fn=headline_writer2,
74
- inputs=gr.Textbox(),
75
  outputs=gr.Textbox(label=""),
76
  )
77
 
 
71
 
72
  headline2 = gr.Interface(
73
  fn=headline_writer2,
74
+ inputs=gr.Textbox(lines=50),
75
  outputs=gr.Textbox(label=""),
76
  )
77