Eduarr commited on
Commit
8fabfc7
·
1 Parent(s): 8389989

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(fn=generate_completion,
18
  inputs=gr.inputs.Textbox(lines=5, placeholder='Escriba la frase aqui'),
19
  outputs='text',
20
  title="Detector de renuncias",
21
- description="Potential customer purchase intention detector. Write the phrase and add the arrow -> plus three spaces, example: I remain unconvinced of the quality -> ",
22
  input_labels="frase",
23
  output_labels="prediccion")
24
 
 
18
  inputs=gr.inputs.Textbox(lines=5, placeholder='Escriba la frase aqui'),
19
  outputs='text',
20
  title="Detector de renuncias",
21
+ description=" Detector de potencial intención de renuncia de colaboradores y empleados de empresas ",
22
  input_labels="frase",
23
  output_labels="prediccion")
24