Spaces:
Runtime error
Runtime error
fix: bug
Browse files
app.py
CHANGED
@@ -56,6 +56,6 @@ description = "YOLOv5 Kunshujo Gradio demo for object detection. Upload an image
|
|
56 |
article = "<p style='text-align: center'>YOLOv5 Kunshujo is an object detection model trained on the <a href=\"https://github.com/utda/kunshujo-layout-dataset\">Kunshujo layout dataset</a>.</p>"
|
57 |
|
58 |
examples = [['2586696_R0000008.jpg'], ['2586696_R0000009.jpg']]
|
59 |
-
demo = gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples
|
60 |
|
61 |
demo.launch()
|
|
|
56 |
article = "<p style='text-align: center'>YOLOv5 Kunshujo is an object detection model trained on the <a href=\"https://github.com/utda/kunshujo-layout-dataset\">Kunshujo layout dataset</a>.</p>"
|
57 |
|
58 |
examples = [['2586696_R0000008.jpg'], ['2586696_R0000009.jpg']]
|
59 |
+
demo = gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples)
|
60 |
|
61 |
demo.launch()
|