Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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)
|