ErtugrulDemir commited on
Commit
47191c3
·
1 Parent(s): 32305c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ if_p = {
42
  "fn":summarize,
43
  "inputs":gr.inputs.Textbox(label="Text"),
44
  "outputs":gr.outputs.Textbox(label="Output"),
45
- "title":"Fine-tuned BERT moedl for text generation",
46
- "description":"Write something to generate text",
47
  "examples":examples
48
  }
49
 
 
42
  "fn":summarize,
43
  "inputs":gr.inputs.Textbox(label="Text"),
44
  "outputs":gr.outputs.Textbox(label="Output"),
45
+ "title":"Fine-tuned 't5-small' model for text summarization",
46
+ "description":"Write something to summarization text",
47
  "examples":examples
48
  }
49