Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,6 @@ inputs = [gr.inputs.Number(label="ritmo_cardiaco"),
|
|
46 |
gr.inputs.Number(label="GCS"),
|
47 |
gr.inputs.Number(label="creatinina"),
|
48 |
gr.inputs.Number(label="pO2")]
|
49 |
-
|
50 |
-
|
51 |
output = gr.outputs.Textbox(label="Sepsis")
|
52 |
|
53 |
gr.Interface(fn=predict_sepsis, inputs=inputs, outputs=output).launch()
|
|
|
46 |
gr.inputs.Number(label="GCS"),
|
47 |
gr.inputs.Number(label="creatinina"),
|
48 |
gr.inputs.Number(label="pO2")]
|
|
|
|
|
49 |
output = gr.outputs.Textbox(label="Sepsis")
|
50 |
|
51 |
gr.Interface(fn=predict_sepsis, inputs=inputs, outputs=output).launch()
|