Spaces:
Runtime error
Runtime error
desc added
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ examples_path = Path("examples/")
|
|
| 56 |
example_list = [["examples/" + example] for example in os.listdir(examples_path)]
|
| 57 |
|
| 58 |
title = "Object Detection Model😀😀"
|
| 59 |
-
description = "A Object Detection model based on pretrained resnet neural network"
|
| 60 |
article = "Created by [Rounak Gera](https://github.com/rounak890)"
|
| 61 |
|
| 62 |
demo = gr.Interface(fn=predict1, inputs=[gr.components.Image(type="pil", label="Image 1")],
|
|
|
|
| 56 |
example_list = [["examples/" + example] for example in os.listdir(examples_path)]
|
| 57 |
|
| 58 |
title = "Object Detection Model😀😀"
|
| 59 |
+
description = "A Object Detection model based on pretrained resnet neural network . It can detect car,airplane,bus,boat,train, bird, horse, suitcase, handbag etc."
|
| 60 |
article = "Created by [Rounak Gera](https://github.com/rounak890)"
|
| 61 |
|
| 62 |
demo = gr.Interface(fn=predict1, inputs=[gr.components.Image(type="pil", label="Image 1")],
|