Ramendra commited on
Commit
017249f
1 Parent(s): de84c07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  outputs=gr.Image(type="pil"),
36
  examples=example_list,
37
  title="Object Detection",
38
- description="Upload Valid Images:Traffic Sign/Light & Fire Hydrant",
39
  )
40
 
41
  iface.launch()
 
35
  outputs=gr.Image(type="pil"),
36
  examples=example_list,
37
  title="Object Detection",
38
+ description="Upload Valid Images:Traffic Sign/Light & Fire Hydrant|Select threshold value while uploading images.",
39
  )
40
 
41
  iface.launch()