Update app.py
Browse files
app.py
CHANGED
@@ -207,4 +207,6 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="green")) as interfaz:
|
|
207 |
fn=predecir_con_recomendacion,
|
208 |
inputs=[edad, genero, hijos, convivencia_agresor, consumo_sustancias, apoyo_familiar, descripcion],
|
209 |
outputs=[tipo_violencia_out, riesgo_out, medida_out, recomendacion_out]
|
210 |
-
)
|
|
|
|
|
|
207 |
fn=predecir_con_recomendacion,
|
208 |
inputs=[edad, genero, hijos, convivencia_agresor, consumo_sustancias, apoyo_familiar, descripcion],
|
209 |
outputs=[tipo_violencia_out, riesgo_out, medida_out, recomendacion_out]
|
210 |
+
)
|
211 |
+
|
212 |
+
interfaz.launch()
|