Ahsen Khaliq commited on
Commit
d475c42
·
1 Parent(s): 6f54166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ article = "<p style='text-align: center'><a href='https://colab.research.google.
43
 
44
  gr.Interface(
45
  generator,
46
- [gr.inputs.Textbox(label="input text")],
47
  gr.outputs.Textbox(label="Output text"),
48
  title=title,
49
  description=description,
 
43
 
44
  gr.Interface(
45
  generator,
46
+ gr.inputs.Textbox(label="input text", lines=5),
47
  gr.outputs.Textbox(label="Output text"),
48
  title=title,
49
  description=description,