lombardata commited on
Commit
fc15d9e
1 Parent(s): c41f196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ description = f"This application showcases the capability of artificial intellig
72
 
73
  iface = gr.Interface(
74
  fn=predict,
75
- inputs=[gr.components.Image(type="pil"), gr.components.Slider(minimum=0, maximum=1, value=0.5, label="Threshold")],
76
  outputs=gr.components.Label(),
77
  title=title,
78
  examples=[["session_GOPR0106.JPG"],
 
72
 
73
  iface = gr.Interface(
74
  fn=predict,
75
+ inputs=[gr.components.Image(type="pil"), gr.components.Slider(minimum=0.0, maximum=1.0, value=0.5, label="Threshold")],
76
  outputs=gr.components.Label(),
77
  title=title,
78
  examples=[["session_GOPR0106.JPG"],