anegi commited on
Commit
6bcd420
·
1 Parent(s): 933910a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ interface = gr.Interface.load(
9
  gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your dialogue text here... ')
10
  ],
11
  outputs = [
12
- gr.outputs.Textbox(type = 'auto',label = 'Summary Generated')
13
  ],
14
  description = description
15
  )
 
9
  gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your dialogue text here... ')
10
  ],
11
  outputs = [
12
+ gr.outputs.Textbox(lines = 5 , type = 'auto',label = 'Summary Generated')
13
  ],
14
  description = description
15
  )