Wizmik12 commited on
Commit
f53a293
1 Parent(s): 73fa793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,6 +31,7 @@ iface = gr.Interface(
31
  inputs="text",
32
  outputs="text",
33
  title="ES Inclusive Language",
34
- description="Enter a Spanish phrase and get it converted into neutral/inclusive form."
 
35
  )
36
  iface.launch()
 
31
  inputs="text",
32
  outputs="text",
33
  title="ES Inclusive Language",
34
+ description="Enter a Spanish phrase and get it converted into neutral/inclusive form.",
35
+ examples = mis_ejemplos
36
  )
37
  iface.launch()