d0r1h commited on
Commit
8df0435
1 Parent(s): 2cd60a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ article="<p style='text-align: center'> Created by Pawan Trivedi 2022 | <a href=
10
 
11
  interface = gr.Interface(fn = summarize,
12
  inputs = [gr.inputs.File(),
13
- gr.inputs.Radio(['Pegasus', 'BERT', 'Lsa', 'SumBasic', 'TextRank'], type="value", label='Model')],
14
  outputs = "text",
15
  title = "LegSum",
16
  description=description,
 
10
 
11
  interface = gr.Interface(fn = summarize,
12
  inputs = [gr.inputs.File(),
13
+ gr.inputs.Radio(['Pegasus', 'LEDBill', 'ILC', 'BERT', 'Lsa', 'SumBasic', 'TextRank'], type="value", label='Model')],
14
  outputs = "text",
15
  title = "LegSum",
16
  description=description,