zeyadusf commited on
Commit
84c8967
1 Parent(s): fb377a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ iface = gr.Interface(
19
  fn=summarize,
20
  inputs=gr.Textbox(lines=2, placeholder="Enter your text here..."),
21
  outputs="text",
22
- title="Summarization by Flan-T5-Large with PEFT"
 
23
  )
24
 
25
  iface.launch()
 
19
  fn=summarize,
20
  inputs=gr.Textbox(lines=2, placeholder="Enter your text here..."),
21
  outputs="text",
22
+ title="Summarization by Flan-T5-Large with PEFT",
23
+ description='Finetune Flan-t5 training on samsum dataset '
24
  )
25
 
26
  iface.launch()