srjosueaaron commited on
Commit
9f4be1c
·
verified ·
1 Parent(s): a2737fe

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +17 -13
  2. app.py +0 -0
  3. requirements.txt +4 -0
README.md CHANGED
@@ -1,13 +1,17 @@
1
- ---
2
- title: Summarization Demo
3
- emoji: 📚
4
- colorFrom: green
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 5.21.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
+ ---
2
+ title: "Resumen de Texto en Español"
3
+ emoji: "📝"
4
+ colorFrom: "green"
5
+ colorTo: "blue"
6
+ sdk: "gradio"
7
+ short_description: "Genera resúmenes breves de textos largos en español."
8
+ models:
9
+ - "josmunpen/mt5-small-spanish-summarization"
10
+ tags:
11
+ - "summarization"
12
+ - "nlp"
13
+ - "spanish"
14
+ - "transformers"
15
+ - "gradio"
16
+ sdk_version: 5.21.0
17
+ ---
app.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ gradio
2
+ transformers[sentencepiece]
3
+ tensorflow
4
+ tf-keras