Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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)
|