g30rv17ys commited on
Commit
0ebcebc
·
1 Parent(s): d6b425f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Microalgae Detector with RetinaNet",
35
- description="This RetinaNet model counts microalgaes on a given image. Upload an image or click an example image below to use.",
36
- article="<p style='text-align: center'><a href='https://dicksonneoh.com/portfolio/how_to_deploy_od_models_on_android_with_flutter/' target='_blank'>Blog post</a></p>",
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