lombardata commited on
Commit
be4fa6a
·
verified ·
1 Parent(s): fc15d9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -75,6 +75,7 @@ iface = gr.Interface(
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"],
79
  ["session_2021_08_30_Mayotte_10_image_00066.jpg"],
80
  ["session_2018_11_17_kite_Le_Morne_Manawa_G0065777.JPG"],
 
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
+ description = description,
79
  examples=[["session_GOPR0106.JPG"],
80
  ["session_2021_08_30_Mayotte_10_image_00066.jpg"],
81
  ["session_2018_11_17_kite_Le_Morne_Manawa_G0065777.JPG"],