Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,6 @@ interface = gr.Interface(fn=predict_corrected_calcium,
|
|
21 |
gr.inputs.Number(label="Total Protein in g/dL"),
|
22 |
gr.inputs.Number(label="Albumin in g/dL")],
|
23 |
outputs=gr.outputs.Textbox(label="Corrected Calcium in mg/dL")
|
24 |
-
title="RandomForestRegressor assisted Calcium Correction (RaCC)")
|
25 |
-
)
|
26 |
|
27 |
interface.launch()
|
|
|
21 |
gr.inputs.Number(label="Total Protein in g/dL"),
|
22 |
gr.inputs.Number(label="Albumin in g/dL")],
|
23 |
outputs=gr.outputs.Textbox(label="Corrected Calcium in mg/dL")
|
24 |
+
title="RandomForestRegressor assisted Calcium Correction (RaCC)"))
|
|
|
25 |
|
26 |
interface.launch()
|