anegi commited on
Commit
ac63fdc
·
1 Parent(s): aac2649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,5 +35,6 @@ Parallel(model1, model2 ,
35
  title = title,
36
  description = description,
37
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
 
38
  examples = example,
39
  theme = 'dark-peach' ).launch()
 
35
  title = title,
36
  description = description,
37
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
38
+ outputs=gr.outputs.Textbox(label='Summary generated')
39
  examples = example,
40
  theme = 'dark-peach' ).launch()