Spaces:
Sleeping
Sleeping
brandonongsc
commited on
Commit
•
07fa94b
1
Parent(s):
2cc5dcf
Update app.py
Browse files
app.py
CHANGED
@@ -84,12 +84,3 @@ gr.Interface(fn=predict,
|
|
84 |
).launch(share=True)
|
85 |
|
86 |
|
87 |
-
# List of sample image paths
|
88 |
-
sample_images = [
|
89 |
-
"MaskNoMask_test1.png",
|
90 |
-
"MaskNoMask_test2.png",
|
91 |
-
# Add more sample image paths as needed
|
92 |
-
]
|
93 |
-
|
94 |
-
# Create an Image component preloaded with sample images
|
95 |
-
image_component = gr.inputs.Image(label="Upload your image", type="file", source=sample_images)
|
|
|
84 |
).launch(share=True)
|
85 |
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|