otro cambio para el theme
Browse files
app.py
CHANGED
|
@@ -23,7 +23,6 @@ demo = gr.Interface(
|
|
| 23 |
description="Esta es nuestra interfaz para probar <strong>modelos de IA</strong>",
|
| 24 |
article="En este modelo, escribe una frase y pulsa en **Comprobar** para ver si tiene setimientos Positivos, Negativos o Neutros",
|
| 25 |
submit_btn="Comprobar",
|
| 26 |
-
theme=gr.themes.Soft(),
|
| 27 |
fill_width=True
|
| 28 |
)
|
| 29 |
-
demo.launch()
|
|
|
|
| 23 |
description="Esta es nuestra interfaz para probar <strong>modelos de IA</strong>",
|
| 24 |
article="En este modelo, escribe una frase y pulsa en **Comprobar** para ver si tiene setimientos Positivos, Negativos o Neutros",
|
| 25 |
submit_btn="Comprobar",
|
|
|
|
| 26 |
fill_width=True
|
| 27 |
)
|
| 28 |
+
demo.launch(theme=gr.themes.Soft())
|