Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ SAMPLES_FOR_DISPLAY = []
|
|
112 |
|
113 |
if os.path.isdir(EXAMPLES_DIR):
|
114 |
try:
|
115 |
-
for i in range(1,
|
116 |
sample_name = f"sample{i}"
|
117 |
img_path = os.path.join(EXAMPLES_DIR, sample_name, "rgb.jpg")
|
118 |
json_path = os.path.join(EXAMPLES_DIR, sample_name, "measurements.json")
|
|
|
112 |
|
113 |
if os.path.isdir(EXAMPLES_DIR):
|
114 |
try:
|
115 |
+
for i in range(1, 5):
|
116 |
sample_name = f"sample{i}"
|
117 |
img_path = os.path.join(EXAMPLES_DIR, sample_name, "rgb.jpg")
|
118 |
json_path = os.path.join(EXAMPLES_DIR, sample_name, "measurements.json")
|