Spaces:
Runtime error
Runtime error
deprecated line
Browse files
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.
|
38 |
-
gr.
|
39 |
-
gr.
|
40 |
-
gr.
|
41 |
-
gr.
|
42 |
-
gr.
|
43 |
-
gr.
|
44 |
-
gr.
|
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 |
+
# %%
|