RobotJelly commited on
Commit
155d69b
·
1 Parent(s): acf51ec
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -312,4 +312,4 @@ output = gr.outputs.Image(type="pil", label="Detected Objects with Class Categor
312
  title = "Object Detection With RetinaNet"
313
  description = "Upload an Image or take one from examples to localize objects present in an image, and at the same time, classify them into different categories"
314
 
315
- gr.Interface(fn=predict, inputs = input, outputs = output, examples=coco_image, allow_flagging=False, analytics_enabled=False, title=title, description=description, article="Space By: <u><a href='https://github.com/robotjellyzone'><b>Kavya Bisht</b></a></u> \n Based on notebook <a href='https://keras.io/examples/vision/retinanet/'><b>this notebook</b></a>").launch(enable_queue=True, debug=True)
 
312
  title = "Object Detection With RetinaNet"
313
  description = "Upload an Image or take one from examples to localize objects present in an image, and at the same time, classify them into different categories"
314
 
315
+ gr.Interface(fn=predict, inputs = input, outputs = output, examples=coco_image, allow_flagging=False, analytics_enabled=False, title=title, description=description, article="<center>Space By: <u><a href='https://github.com/robotjellyzone'><b>Kavya Bisht</b></a></u> \n Based on notebook <a href='https://keras.io/examples/vision/retinanet/'><b>this notebook</b></a></center>").launch(enable_queue=True, debug=True)