Spaces:
Runtime error
Runtime error
Commit
·
a0001dc
1
Parent(s):
cef66d0
app.py
Browse files
app.py
CHANGED
@@ -306,4 +306,4 @@ output = gr.outputs.Image(type="pil", label="Detected Objects with Class Categor
|
|
306 |
title = "Object Detection With RetinaNet"
|
307 |
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"
|
308 |
|
309 |
-
gr.Interface(fn=predict, inputs = input, outputs = output, examples=coco_image, allow_flagging=False, analytics_enabled=False, title=title, description=description).launch(enable_queue=True, debug=True)
|
|
|
306 |
title = "Object Detection With RetinaNet"
|
307 |
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"
|
308 |
|
309 |
+
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=""><b>https://keras.io/examples/vision/retinanet/</b></a>").launch(enable_queue=True, debug=True)
|