Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,6 +101,7 @@ iface = gr.Interface(
|
|
101 |
<li>the second one was a collection of <a href="https://huggingface.co/datasets/hackathon-pln-es/spanish-poetry-dataset">poems</a>.</li>
|
102 |
<p>For the dataset of sonnets was trained a GPT-2 model that you can find <a href="https://huggingface.co/hackathon-pln-es/gpt2-small-spanish-disco-poetry">here</a> and was created this <a href="https://huggingface.co/spaces/hackathon-pln-es/sonnet-poetry-generator-spanish">space</a>.</p>
|
103 |
<p>For the second dataset was trained a T5 model that you can find <a href="https://huggingface.co/hackathon-pln-es/poem-gen-spanish-t5-small">here</a> and this is the space that was created to play with it :)</p>""",
|
|
|
104 |
inputs=
|
105 |
[
|
106 |
gr.inputs.Dropdown(sorted(author_set), type="value", label='Nombre del autor'),
|
|
|
101 |
<li>the second one was a collection of <a href="https://huggingface.co/datasets/hackathon-pln-es/spanish-poetry-dataset">poems</a>.</li>
|
102 |
<p>For the dataset of sonnets was trained a GPT-2 model that you can find <a href="https://huggingface.co/hackathon-pln-es/gpt2-small-spanish-disco-poetry">here</a> and was created this <a href="https://huggingface.co/spaces/hackathon-pln-es/sonnet-poetry-generator-spanish">space</a>.</p>
|
103 |
<p>For the second dataset was trained a T5 model that you can find <a href="https://huggingface.co/hackathon-pln-es/poem-gen-spanish-t5-small">here</a> and this is the space that was created to play with it :)</p>""",
|
104 |
+
theme='huggingface',
|
105 |
inputs=
|
106 |
[
|
107 |
gr.inputs.Dropdown(sorted(author_set), type="value", label='Nombre del autor'),
|