Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
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 |
|