shushu100 commited on
Commit
ae48138
·
verified ·
1 Parent(s): a0bacb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -32,5 +32,7 @@ detection_model = load_model(REPO_ID)
32
 
33
  gr.Interface(fn=predict,
34
  inputs=gr.Image(type="pil"),
35
- outputs=gr.Image(type="pil")
 
 
36
  ).launch(share=True)
 
32
 
33
  gr.Interface(fn=predict,
34
  inputs=gr.Image(type="pil"),
35
+ outputs=gr.Image(type="pil"),
36
+ title="Object Detection for Soccer Boots and Soccer Balls in an image",
37
+ description="Upload an image to detect Soccer Boots and Soccer Balls. Unable to upload Video File here, but available for upload in Python File"
38
  ).launch(share=True)