dnth commited on
Commit
331a62a
·
1 Parent(s): 9975158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ gr_interface = gr.Interface(
47
  inputs=["image"],
48
  outputs=[gr.outputs.Image(type="pil", label="RetinaNet Inference")],
49
  title="Fridge Object Detector",
50
- description="This RetinaNet model detects common objects found in fridge. Upload an image or click an example image below to use.",
51
  examples=examples,
52
  )
53
  gr_interface.launch(inline=False, share=False, debug=True)
 
47
  inputs=["image"],
48
  outputs=[gr.outputs.Image(type="pil", label="RetinaNet Inference")],
49
  title="Fridge Object Detector",
50
+ description="A VFNet model that detects common objects found in fridge. Upload an image or click an example image below to use.",
51
  examples=examples,
52
  )
53
  gr_interface.launch(inline=False, share=False, debug=True)