mrm8488 commited on
Commit
5bc25d2
1 Parent(s): 1f57ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def infer(input_ids, max_length, temperature, top_k, top_p, num_return_sequences
21
  )
22
 
23
  return output_sequences
24
- default_value = "See how a modern neural network auto-completes your text 🤗 This site, built by the Hugging Face team, lets you write a whole document directly from your browser, and you can trigger the Transformer anywhere using the Tab key. Its like having a smart machine that completes your thoughts 😀 Get started by typing a custom snippet, check out the repository, or try one of the examples. Have fun!"
25
 
26
  #prompts
27
  st.title("Write with Spanish GPT-2 🦄")
 
21
  )
22
 
23
  return output_sequences
24
+ default_value = "Vea cómo una red neuronal moderna completa automáticamente su texto 🤗 Este sitio, creado por el equipo de Hugging Face, le permite escribir un documento completo directamente desde su navegador, y puede activar el Transformer en cualquier lugar usando la tecla Tab. Es como tener una máquina inteligente que completa tus pensamientos 😀 Comienza escribiendo un fragmento personalizado, consulta el repositorio o prueba uno de los ejemplos."
25
 
26
  #prompts
27
  st.title("Write with Spanish GPT-2 🦄")