Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -409,8 +409,8 @@ description = "Upload an image, adjust the Left/Right threshold, and view final
|
|
| 409 |
# Add example images (place them in the same folder or give full paths)
|
| 410 |
examples = [
|
| 411 |
["2.png", 0.28],
|
|
|
|
| 412 |
["5.jpg", 0.35],
|
| 413 |
-
["examples/sample3.jpg", 0.35],
|
| 414 |
]
|
| 415 |
|
| 416 |
iface = gr.Interface(
|
|
|
|
| 409 |
# Add example images (place them in the same folder or give full paths)
|
| 410 |
examples = [
|
| 411 |
["2.png", 0.28],
|
| 412 |
+
["4.jpg", 0.35],
|
| 413 |
["5.jpg", 0.35],
|
|
|
|
| 414 |
]
|
| 415 |
|
| 416 |
iface = gr.Interface(
|