Fix: Comment out PVB Film examples until images are added
Browse filesThe app was crashing because example images don't exist yet.
PVB Film model is still available in the dropdown, just without
pre-loaded example images for now.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -873,10 +873,10 @@ EXAMPLES = [
|
|
| 873 |
["examples/tire-cord-1.jpg", "Tire Cord", 0.25],
|
| 874 |
["examples/tire-cord-2.jpg", "Tire Cord", 0.25],
|
| 875 |
["examples/tire-cord-3.jpg", "Tire Cord", 0.25],
|
| 876 |
-
# PVB Film
|
| 877 |
-
["examples/pvb-film-1.jpg", "PVB Film", 0.25],
|
| 878 |
-
["examples/pvb-film-2.jpg", "PVB Film", 0.25],
|
| 879 |
-
["examples/pvb-film-3.jpg", "PVB Film", 0.25],
|
| 880 |
]
|
| 881 |
|
| 882 |
# Model sessions cache
|
|
|
|
| 873 |
["examples/tire-cord-1.jpg", "Tire Cord", 0.25],
|
| 874 |
["examples/tire-cord-2.jpg", "Tire Cord", 0.25],
|
| 875 |
["examples/tire-cord-3.jpg", "Tire Cord", 0.25],
|
| 876 |
+
# PVB Film - examples will be added once images are uploaded
|
| 877 |
+
# ["examples/pvb-film-1.jpg", "PVB Film", 0.25],
|
| 878 |
+
# ["examples/pvb-film-2.jpg", "PVB Film", 0.25],
|
| 879 |
+
# ["examples/pvb-film-3.jpg", "PVB Film", 0.25],
|
| 880 |
]
|
| 881 |
|
| 882 |
# Model sessions cache
|