Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ iface = gr.Interface(
|
|
| 24 |
fn=TabNet,
|
| 25 |
title='TabNet Predictor',
|
| 26 |
description='This TabNet model is capable of detecting Keratoconus and Keratoconic suspects with high accuracy. It takes in all of the Zernike Polynomials with values 4 and below. This is the 4-way classification.\
|
| 27 |
-
The parameter
|
| 28 |
This version further subdivides the suspects into 2 groups.',
|
| 29 |
inputs=["text"],
|
| 30 |
outputs="text")
|
|
|
|
| 24 |
fn=TabNet,
|
| 25 |
title='TabNet Predictor',
|
| 26 |
description='This TabNet model is capable of detecting Keratoconus and Keratoconic suspects with high accuracy. It takes in all of the Zernike Polynomials with values 4 and below. This is the 4-way classification.\
|
| 27 |
+
The parameter "Values" takes all of the Zernike values inserted as a single SPACE-SEPARATED text "string".\
|
| 28 |
This version further subdivides the suspects into 2 groups.',
|
| 29 |
inputs=["text"],
|
| 30 |
outputs="text")
|