Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,7 @@ gr_interface = gr.Interface(
|
|
39 |
fn=show_preds,
|
40 |
inputs=["image"],
|
41 |
outputs=[gr.outputs.Image(type="pil", label="RetinaNet Inference")],
|
42 |
-
title="
|
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,
|
45 |
)
|
46 |
gr_interface.launch(inline=False, share=False, debug=True)
|
|
|
39 |
fn=show_preds,
|
40 |
inputs=["image"],
|
41 |
outputs=[gr.outputs.Image(type="pil", label="RetinaNet Inference")],
|
42 |
+
title="Aircraft Detector",
|
|
|
43 |
examples=examples,
|
44 |
)
|
45 |
gr_interface.launch(inline=False, share=False, debug=True)
|