milyiyo commited on
Commit
f60a38a
1 Parent(s): f6d9c2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -97,11 +97,9 @@ iface = gr.Interface(
97
  title='Generación de poemas',
98
  description="""<p>For the participation in the First Spanish Hackathon of NLP the team worked with two datasets.</p>
99
  <ul>
100
- <li>- The first one was a collection of [sonnets in Spanish](https://huggingface.co/datasets/hackathon-pln-es/disco_spanish_poetry), and</li>
101
- <li>- the second one was a collection of [poems](https://huggingface.co/datasets/hackathon-pln-es/spanish-poetry-dataset).</li>
102
-
103
  <p>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).</p>
104
-
105
  <p>For the second dataset was trained a T5 model that you can find [here](https://huggingface.co/hackathon-pln-es/poem-gen-spanish-t5-small) and this is the space that was created to play with it :)</p>""",
106
  inputs=
107
  [
 
97
  title='Generación de poemas',
98
  description="""<p>For the participation in the First Spanish Hackathon of NLP the team worked with two datasets.</p>
99
  <ul>
100
+ <li>The first one was a collection of [sonnets in Spanish](https://huggingface.co/datasets/hackathon-pln-es/disco_spanish_poetry), and</li>
101
+ <li>the second one was a collection of [poems](https://huggingface.co/datasets/hackathon-pln-es/spanish-poetry-dataset).</li>
 
102
  <p>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).</p>
 
103
  <p>For the second dataset was trained a T5 model that you can find [here](https://huggingface.co/hackathon-pln-es/poem-gen-spanish-t5-small) and this is the space that was created to play with it :)</p>""",
104
  inputs=
105
  [