fsefon commited on
Commit
f3f601b
·
1 Parent(s): de77b37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ examples = [
21
  'cricket_ball.jpg'
22
  ]
23
 
24
- intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title = "Sports Ball Recognition App", description = "This app can recognize different types of sport balls.")
25
  intf.launch(inline=False)
 
21
  'cricket_ball.jpg'
22
  ]
23
 
24
+ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title = "Sports Ball Recognition App", description = "This app could be used by an E-commerce platform to automatically categorize sport balls images uploaded by their sellers. It could help customers save time when searching for and purchasing these products.")
25
  intf.launch(inline=False)