anegi commited on
Commit
9072295
1 Parent(s): ac63fdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +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
- outputs=gr.outputs.Textbox(label='Summary generated')
39
  examples = example,
40
  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()