bankholdup commited on
Commit
416b67b
1 Parent(s): 66be9ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ def inference(text):
25
 
26
  gr.Interface(
27
  inference,
28
- [gr.inputs.Textbox(lines=1, label="Input text")],
29
- gr.outputs.Textbox(lines=20, label="Output text"),
30
  examples=examples,
31
  title=title,
32
  description=description,
 
25
 
26
  gr.Interface(
27
  inference,
28
+ [gr.inputs.Textbox(label="Input text")],
29
+ gr.outputs.Textbox(label="Output text"),
30
  examples=examples,
31
  title=title,
32
  description=description,