rgera commited on
Commit
1463b4a
·
1 Parent(s): 2fc9149

desc added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")],