Wootang01 commited on
Commit
bda1017
1 Parent(s): bf89b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from gradio.mix import Parallel, Series
3
  from transformers import AutoTokenizer, AutoModelWithLMHead, AutoModelForSeq2SeqLM
4
 
5
- title = "Extractive Text Summarizer"
6
  description = "Past an article text or other text. Submit the text and the machine will create four summaries based on words in the text. Which sentences in the text are the most important for the summaries? Which summaries are better for your case?"
7
  examples = [
8
 
 
2
  from gradio.mix import Parallel, Series
3
  from transformers import AutoTokenizer, AutoModelWithLMHead, AutoModelForSeq2SeqLM
4
 
5
+ title = "Text Summarizer"
6
  description = "Past an article text or other text. Submit the text and the machine will create four summaries based on words in the text. Which sentences in the text are the most important for the summaries? Which summaries are better for your case?"
7
  examples = [
8