JadAssaf commited on
Commit
954624d
1 Parent(s): ae1ffe3

deprecated line

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -34,17 +34,18 @@ iface = gr.Interface(
34
  title='Awwad-Versaci Keratoconus Index',
35
  description='The Awwad-Versaci Keratoconus Index (AVKI) detects keratoconus and keratoconus susceptible corneas through pachymetry maps centered on the thinnest point and fitted into Zernike polynomials. Beta version by Shady Awwad, Anthony Abou Mrad, MD, Jad Assaf, MD, and Francesco Versaci, PhD. This is the 4-way classification. The Zernke polynomials were taken from the 4mm cornea centered on the thinnest point and selected from highest ROC curves',
36
  inputs=[
37
- gr.inputs.Number(label=z1_label),
38
- gr.inputs.Number(label=z2_label),
39
- gr.inputs.Number(label=z3_label),
40
- gr.inputs.Number(label=z4_label),
41
- gr.inputs.Number(label=z5_label),
42
- gr.inputs.Number(label=z6_label),
43
- gr.inputs.Number(label=z7_label),
44
- gr.inputs.Number(label=z8_label)
45
  ],
46
  outputs="text")
47
  iface.launch(
48
  # share=True
49
  )
50
  # %%
 
 
34
  title='Awwad-Versaci Keratoconus Index',
35
  description='The Awwad-Versaci Keratoconus Index (AVKI) detects keratoconus and keratoconus susceptible corneas through pachymetry maps centered on the thinnest point and fitted into Zernike polynomials. Beta version by Shady Awwad, Anthony Abou Mrad, MD, Jad Assaf, MD, and Francesco Versaci, PhD. This is the 4-way classification. The Zernke polynomials were taken from the 4mm cornea centered on the thinnest point and selected from highest ROC curves',
36
  inputs=[
37
+ gr.Number(label=z1_label),
38
+ gr.Number(label=z2_label),
39
+ gr.Number(label=z3_label),
40
+ gr.Number(label=z4_label),
41
+ gr.Number(label=z5_label),
42
+ gr.Number(label=z6_label),
43
+ gr.Number(label=z7_label),
44
+ gr.Number(label=z8_label)
45
  ],
46
  outputs="text")
47
  iface.launch(
48
  # share=True
49
  )
50
  # %%
51
+ # %%