jorge-henao commited on
Commit
730413e
·
1 Parent(s): 131353d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def make_new_sonnet(prompt, max_lenght):
14
  num_return_sequences=1)
15
  return ouputs[0]['generated_text']
16
 
17
- article = "<p style='text-align: center'>Don't miss this other cool space based in a model of different styles of poetry in spanish: <a href=https://huggingface.co/spaces/hackathon-pln-es/poem-generation-es>poem-generation-es</a></p>"
18
  examples = [
19
  ['vendrá la muerte y tendrá tus ojos','140'],
20
  ['buenas cosas pasan cuando anochece', '200'],
 
14
  num_return_sequences=1)
15
  return ouputs[0]['generated_text']
16
 
17
+ article = "<p style='text-align: center'>Don't miss this other cool space based on different styles of spanish poetry: <a href=https://huggingface.co/spaces/hackathon-pln-es/poem-generation-es>poem-generation-es</a></p>"
18
  examples = [
19
  ['vendrá la muerte y tendrá tus ojos','140'],
20
  ['buenas cosas pasan cuando anochece', '200'],