Spaces:
Sleeping
Sleeping
Commit
Β·
41da0b5
1
Parent(s):
dc1665f
new photos added
Browse files- app copy.py +1 -1
- images/image4.bmp +3 -0
- images/image5.bmp +3 -0
- images/image6.bmp +3 -0
app copy.py
CHANGED
@@ -100,7 +100,7 @@ def main():
|
|
100 |
# First Column: Input Components
|
101 |
with gr.Column():
|
102 |
input_image = gr.Image(type="pil", label="π Upload or Select Beach Image", interactive=True)
|
103 |
-
examples = ['images/image1.bmp', 'images/image2.bmp', 'images/image3.bmp']
|
104 |
gr.Examples(examples=examples, inputs=input_image, label="Or choose one of these images")
|
105 |
|
106 |
submit_button = gr.Button("π Detect Plastic Pellets")
|
|
|
100 |
# First Column: Input Components
|
101 |
with gr.Column():
|
102 |
input_image = gr.Image(type="pil", label="π Upload or Select Beach Image", interactive=True)
|
103 |
+
examples = ['images/image1.bmp', 'images/image2.bmp', 'images/image3.bmp', 'images/image4.bmp', 'images/image5.bmp', 'images/image6.bmp']
|
104 |
gr.Examples(examples=examples, inputs=input_image, label="Or choose one of these images")
|
105 |
|
106 |
submit_button = gr.Button("π Detect Plastic Pellets")
|
images/image4.bmp
ADDED
![]() |
Git LFS Details
|
images/image5.bmp
ADDED
![]() |
Git LFS Details
|
images/image6.bmp
ADDED
![]() |
Git LFS Details
|