JadAssaf
commited on
Commit
·
50cddb6
1
Parent(s):
e746e73
Model Update
Browse files- TSPI_model_joblib.sav +0 -0
- TSPI_model_joblib_1.sav +0 -0
- app.py +1 -1
TSPI_model_joblib.sav
CHANGED
Binary files a/TSPI_model_joblib.sav and b/TSPI_model_joblib.sav differ
|
|
TSPI_model_joblib_1.sav
ADDED
Binary file (161 kB). View file
|
|
app.py
CHANGED
@@ -47,7 +47,7 @@ DTS4,DTS2,DTS1):
|
|
47 |
iface = gr.Interface(
|
48 |
fn=STPI,
|
49 |
title='TSPI Calculator',
|
50 |
-
description='The Thickness Speed Progression Index (TSPI) detects keratoconus and keratoconus susceptible corneas through summarized pachymetric parameters. Beta version made for Zeimer by Prof. Shady Awwad, Jad Assaf, MD, and Bassel Hammoud, MD.',
|
51 |
inputs=["number", "number","number",
|
52 |
# "number",
|
53 |
"number", "number","number"],
|
|
|
47 |
iface = gr.Interface(
|
48 |
fn=STPI,
|
49 |
title='TSPI Calculator',
|
50 |
+
description='The Thickness Speed Progression Index (TSPI) detects keratoconus and keratoconus susceptible corneas through summarized pachymetric parameters. Beta version made for Zeimer by Prof. Shady Awwad, Jad Assaf, MD, and Bassel Hammoud, MD. This is the 3-way classification.',
|
51 |
inputs=["number", "number","number",
|
52 |
# "number",
|
53 |
"number", "number","number"],
|