zonova commited on
Commit
a87cb20
1 Parent(s): 46d2751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,6 +36,6 @@ demo = gr.Interface(
36
  inputs=[gr.Slider(0, 100),"number",gr.inputs.Number(label = "Weight in kg"),gr.inputs.Number(label = "Height in cm"),gr.inputs.Number(label = "Temperature in Celcius"),gr.Radio(["Male", "Female"]),gr.Radio(["White", "Black", "Asian", "Hispanic", "Other"])],
37
  outputs=[gr.Label()],
38
  #outputs = gr.Textbox(label = "Probabilities"),
39
- title = "Probability of Hidden Hypoxemia"
40
  )
41
  demo.launch()
 
36
  inputs=[gr.Slider(0, 100),"number",gr.inputs.Number(label = "Weight in kg"),gr.inputs.Number(label = "Height in cm"),gr.inputs.Number(label = "Temperature in Celcius"),gr.Radio(["Male", "Female"]),gr.Radio(["White", "Black", "Asian", "Hispanic", "Other"])],
37
  outputs=[gr.Label()],
38
  #outputs = gr.Textbox(label = "Probabilities"),
39
+ title = "Model Predictions"
40
  )
41
  demo.launch()