Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def show_preds(input_image):
|
|
| 38 |
gr_interface = gr.Interface(
|
| 39 |
fn=show_preds,
|
| 40 |
inputs=["image"],
|
| 41 |
-
outputs=[gr.outputs.Image(type="pil", label="
|
| 42 |
title="Fridge Object Detector",
|
| 43 |
description="A VFNet model that detects common objects found in fridge. Upload an image or click an example image below to use.",
|
| 44 |
examples=examples,
|
|
|
|
| 38 |
gr_interface = gr.Interface(
|
| 39 |
fn=show_preds,
|
| 40 |
inputs=["image"],
|
| 41 |
+
outputs=[gr.outputs.Image(type="pil", label="VFNet Inference")],
|
| 42 |
title="Fridge Object Detector",
|
| 43 |
description="A VFNet model that detects common objects found in fridge. Upload an image or click an example image below to use.",
|
| 44 |
examples=examples,
|