HaidarJomaa commited on
Commit
8dc4320
·
verified ·
1 Parent(s): 5c7702a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Z_00 refers to z(0,0); Z_2P2 refers to z(2, +2); where P represents the Plus "+" and M represents the Minus "-"\
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")