lombardata commited on
Commit
5b73d59
1 Parent(s): 27522fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -93,8 +93,7 @@ iface = gr.Interface(
93
  fn=predict_wrapper,
94
  inputs=[gr.components.Image(type="pil"), gr.components.Slider(minimum=0.0, maximum=1.0, value=0.5, label="Threshold")],
95
  outputs=[
96
- gr.components.Textbox(label="Fixed Threshold Predictions"),
97
- gr.components.Label(label="Slider Threshold Predictions")
98
  ],
99
  title=title,
100
  description=full_description).launch()
 
93
  fn=predict_wrapper,
94
  inputs=[gr.components.Image(type="pil"), gr.components.Slider(minimum=0.0, maximum=1.0, value=0.5, label="Threshold")],
95
  outputs=[
96
+ gr.components.Textbox(label="Fixed Threshold Predictions")
 
97
  ],
98
  title=title,
99
  description=full_description).launch()