Update app.py
Browse files
app.py
CHANGED
|
@@ -23,4 +23,4 @@ texto3 = "More than 250 (voter registration) groups, ranging across the entire p
|
|
| 23 |
|
| 24 |
# Creamos la interfaz y la lanzamos.
|
| 25 |
gr.Interface(fn=predict, inputs="text", outputs="text", title=title, description=description, examples=[texto1,texto2, texto3]).launch(share=False)
|
| 26 |
-
|
|
|
|
| 23 |
|
| 24 |
# Creamos la interfaz y la lanzamos.
|
| 25 |
gr.Interface(fn=predict, inputs="text", outputs="text", title=title, description=description, examples=[texto1,texto2, texto3]).launch(share=False)
|
| 26 |
+
|