milyiyo commited on
Commit
b518d9f
1 Parent(s): 9fbb50b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -96,7 +96,9 @@ iface = gr.Interface(
96
  fn=make_poem,
97
  title='Generación de poemas',
98
  description="""For the participation in the First Spanish Hackathon of NLP the team worked with two datasets.
 
99
  - The first one was a collection of [sonnets in Spanish](https://huggingface.co/datasets/hackathon-pln-es/disco_spanish_poetry), and
 
100
  - the second one was a collection of [poems](https://huggingface.co/datasets/hackathon-pln-es/spanish-poetry-dataset).
101
 
102
  For the dataset of sonnets was trained a GPT-2 model that you can find [here](https://huggingface.co/hackathon-pln-es/gpt2-small-spanish-disco-poetry) and was created this [space](https://huggingface.co/spaces/hackathon-pln-es/sonnet-poetry-generator-spanish).
 
96
  fn=make_poem,
97
  title='Generación de poemas',
98
  description="""For the participation in the First Spanish Hackathon of NLP the team worked with two datasets.
99
+
100
  - The first one was a collection of [sonnets in Spanish](https://huggingface.co/datasets/hackathon-pln-es/disco_spanish_poetry), and
101
+
102
  - the second one was a collection of [poems](https://huggingface.co/datasets/hackathon-pln-es/spanish-poetry-dataset).
103
 
104
  For the dataset of sonnets was trained a GPT-2 model that you can find [here](https://huggingface.co/hackathon-pln-es/gpt2-small-spanish-disco-poetry) and was created this [space](https://huggingface.co/spaces/hackathon-pln-es/sonnet-poetry-generator-spanish).