Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,9 +31,9 @@ gr_interface = gr.Interface(
|
|
31 |
fn=show_preds,
|
32 |
inputs=["image"],
|
33 |
outputs=[gr.outputs.Image(type="pil", label="RetinaNet Inference"), gr.outputs.Textbox(type="number", label="Count")],
|
34 |
-
title="
|
35 |
-
description="This RetinaNet model counts
|
36 |
-
article="
|
37 |
examples=examples,
|
38 |
theme="dark-grass",
|
39 |
enable_queue=True
|
|
|
31 |
fn=show_preds,
|
32 |
inputs=["image"],
|
33 |
outputs=[gr.outputs.Image(type="pil", label="RetinaNet Inference"), gr.outputs.Textbox(type="number", label="Count")],
|
34 |
+
title="Detector with RetinaNet",
|
35 |
+
description="This RetinaNet model counts micro on a given image. Upload an image or click an example image below to use.",
|
36 |
+
article="",
|
37 |
examples=examples,
|
38 |
theme="dark-grass",
|
39 |
enable_queue=True
|