Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|