JadAssaf commited on
Commit
a7aa8c2
·
1 Parent(s): e49cbdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def Zernike(z1,z2,z3,z4,z5,z6,z7):
34
  iface = gr.Interface(
35
  fn=Zernike,
36
  title='Awwad-Versaci Keratoconus Index',
37
- 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 2mm cornea centered on the thinnest point the selected polynomials are z(0,0) z(1,-1) z(2,0) z(3,-1) z(4,0) z(6,0) z(7,-1) from highest ROC curves',
38
  # inputs=["number", "number","number", "number", "number","number"],
39
  inputs=[
40
  gr.inputs.Number(label="z(0,0)"),
 
34
  iface = gr.Interface(
35
  fn=Zernike,
36
  title='Awwad-Versaci Keratoconus Index',
37
+ 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 the selected polynomials are z(0,0) z(1,-1) z(2,0) z(3,-1) z(4,0) z(6,0) z(7,-1) from highest ROC curves',
38
  # inputs=["number", "number","number", "number", "number","number"],
39
  inputs=[
40
  gr.inputs.Number(label="z(0,0)"),