sebasfb99 commited on
Commit
6fe913c
verified
1 Parent(s): 4ff4ace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -36,16 +36,23 @@ iface = gr.Interface(
36
  title="COVID-19 X-Ray Classifier",
37
  description="""
38
  [Espa帽ol]
 
39
  Si desea probar el modelo, puede descargar im谩genes desde este enlace:
40
  https://drive.google.com/drive/folders/1Dr11dKuSlgtWaTzNLRixzB19y588iNib?usp=drive_link
41
 
42
  Algunas de estas im谩genes fueron utilizadas para entrenar el modelo, mientras que otras fueron reservadas exclusivamente para validaci贸n (el modelo nunca tuvo contacto con ellas durante el entrenamiento). Esto permite una evaluaci贸n m谩s precisa del rendimiento real del modelo.
43
 
44
  [English]
 
45
  If you want to test the model, you can download images from this link:
46
  https://drive.google.com/drive/folders/1Dr11dKuSlgtWaTzNLRixzB19y588iNib?usp=drive_link
47
 
48
  Some of these images were used to train the model, while others were exclusively reserved for validation (the model never interacted with them during training). This allows for a more accurate evaluation of the model's real performance.
 
 
 
 
 
49
  """
50
  )
51
 
 
36
  title="COVID-19 X-Ray Classifier",
37
  description="""
38
  [Espa帽ol]
39
+ Precisi贸n del modelo: 98.9% (11 errores por cada 1000 im谩genes analizadas)
40
  Si desea probar el modelo, puede descargar im谩genes desde este enlace:
41
  https://drive.google.com/drive/folders/1Dr11dKuSlgtWaTzNLRixzB19y588iNib?usp=drive_link
42
 
43
  Algunas de estas im谩genes fueron utilizadas para entrenar el modelo, mientras que otras fueron reservadas exclusivamente para validaci贸n (el modelo nunca tuvo contacto con ellas durante el entrenamiento). Esto permite una evaluaci贸n m谩s precisa del rendimiento real del modelo.
44
 
45
  [English]
46
+ Model Accuracy: 98.9% (11 errors per 1000 images analyzed)
47
  If you want to test the model, you can download images from this link:
48
  https://drive.google.com/drive/folders/1Dr11dKuSlgtWaTzNLRixzB19y588iNib?usp=drive_link
49
 
50
  Some of these images were used to train the model, while others were exclusively reserved for validation (the model never interacted with them during training). This allows for a more accurate evaluation of the model's real performance.
51
+
52
+
53
+
54
+
55
+
56
  """
57
  )
58