Spaces:
Running
Running
ejemplos arreglados
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ demo = gr.Interface(
|
|
41 |
outputs=gr.Label(num_top_classes=1, label="Probabilidad de phishing"),
|
42 |
title="ConfIA Model Demo",
|
43 |
description="Demo que te permite probar nuestros modelos de forma muy sencilla",
|
44 |
-
examples=[["You have just Woned a free iPhone 16!! FOR FREE!!!", Language.ENGLISH], ["
|
45 |
cache_examples=True
|
46 |
)
|
47 |
|
|
|
41 |
outputs=gr.Label(num_top_classes=1, label="Probabilidad de phishing"),
|
42 |
title="ConfIA Model Demo",
|
43 |
description="Demo que te permite probar nuestros modelos de forma muy sencilla",
|
44 |
+
examples=[["You have just Woned a free iPhone 16!! FOR FREE!!!", Language.ENGLISH.value], ["Podemos tener la segunda entrevista cuando a usted le venga bien", Language.SPANISH.value]],
|
45 |
cache_examples=True
|
46 |
)
|
47 |
|