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