Update app.py
Browse files
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,
|