Update app.py
Browse files
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"],
|