saljoofri commited on
Commit
051397c
1 Parent(s): 087f278

Updated inference api to 'bart-large-model'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ demo = gr.Interface(fn = summarize,
37
  inputs = [gr.Textbox(label = "Text to summarise", lines = 3)],
38
  outputs = [gr.Textbox(label = "Summary", lines = 3)],
39
  title = "Text Summarisation Demo",
40
- description = "Summarise text with `distilbart-cnn-12-6` model under the hood!",
41
  allow_flagging = "never",
42
  )
43
 
 
37
  inputs = [gr.Textbox(label = "Text to summarise", lines = 3)],
38
  outputs = [gr.Textbox(label = "Summary", lines = 3)],
39
  title = "Text Summarisation Demo",
40
+ description = "Summarise text with `bart-large-cnn` model under the hood!",
41
  allow_flagging = "never",
42
  )
43