rockdrigoma commited on
Commit
e6e654d
·
1 Parent(s): 1ae55fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -3,11 +3,11 @@ from transformers import AutoModelForSeq2SeqLM
3
  from transformers import AutoTokenizer
4
 
5
  article='''
6
- ## Team members
7
- 47 - Emilio Morales [(milmor)](https://huggingface.co/milmor)
8
- 48 - Rodrigo Martínez Arzate [(rockdrigoma)](https://huggingface.co/rockdrigoma)
9
- 49 - Luis Armando Mercado [(luisarmando)](https://huggingface.co/luisarmando)
10
- 50 - Jacobo del Valle [(jjdv)](https://huggingface.co/jjdv)
11
  '''
12
 
13
  model = AutoModelForSeq2SeqLM.from_pretrained('hackathon-pln-es/t5-small-spanish-nahuatl')
 
3
  from transformers import AutoTokenizer
4
 
5
  article='''
6
+ # Team members
7
+ - Emilio Morales [(milmor)](https://huggingface.co/milmor)
8
+ - Rodrigo Martínez Arzate [(rockdrigoma)](https://huggingface.co/rockdrigoma)
9
+ - Luis Armando Mercado [(luisarmando)](https://huggingface.co/luisarmando)
10
+ - Jacobo del Valle [(jjdv)](https://huggingface.co/jjdv)
11
  '''
12
 
13
  model = AutoModelForSeq2SeqLM.from_pretrained('hackathon-pln-es/t5-small-spanish-nahuatl')