Ashleygxr commited on
Commit
5e487b0
·
verified ·
1 Parent(s): 14a6b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -63,11 +63,11 @@ demo = gr.Interface(
63
  gr.Number(label="LDH (U/L) Normal range: 120-250"),
64
  ],
65
  outputs=[
66
- gr.Textbox(label="预测结果"),
67
  gr.Image(type="filepath", label="SHAP Waterfall Plot"),
68
  ],
69
- title="淋巴结转移预测",
70
- description="输入变量,获取预测阳性概率及SHAP解释图",
71
  )
72
 
73
  demo.launch(share=True)
 
63
  gr.Number(label="LDH (U/L) Normal range: 120-250"),
64
  ],
65
  outputs=[
66
+ gr.Textbox(label="Predicted results"),
67
  gr.Image(type="filepath", label="SHAP Waterfall Plot"),
68
  ],
69
+ title="Prediction of lymph node metastasis",
70
+ description="Variables were entered to obtain the predicted positive probability and SHAP interpretation map",
71
  )
72
 
73
  demo.launch(share=True)