Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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)
|