update examples
Browse files- app.py +1 -1
- example1.jpg +2 -2
- example2.jpg +2 -2
- example3.jpg +0 -3
app.py
CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
|
|
74 |
inputs=[gr.Image()],
|
75 |
outputs="image",
|
76 |
title="neuratech-ai person segmentation v3",
|
77 |
-
examples=[["example1.jpg"], ["example2.jpg"]
|
78 |
)
|
79 |
|
80 |
demo.launch()
|
|
|
74 |
inputs=[gr.Image()],
|
75 |
outputs="image",
|
76 |
title="neuratech-ai person segmentation v3",
|
77 |
+
examples=[["example1.jpg"], ["example2.jpg"]],
|
78 |
)
|
79 |
|
80 |
demo.launch()
|
example1.jpg
CHANGED
Git LFS Details
|
Git LFS Details
|
example2.jpg
CHANGED
Git LFS Details
|
Git LFS Details
|
example3.jpg
DELETED
Git LFS Details
|