Spaces:
Running
on
L4
Running
on
L4
Commit
·
47c8f3b
1
Parent(s):
dff420a
Remove unused image 'living_room_2.jpeg' from IMAGE_PATHS and update corresponding labels in app.py for clarity.
Browse files- app.py +0 -2
- test_samples/living_room_2.jpeg +0 -3
app.py
CHANGED
@@ -41,7 +41,6 @@ HEIGHT = 576
|
|
41 |
IMAGE_PATHS = ['test_samples/oxford.jpg',
|
42 |
'test_samples/open_door.jpg',
|
43 |
'test_samples/living_room.jpg',
|
44 |
-
'test_samples/living_room_2.jpeg',
|
45 |
'test_samples/arc_de_tromphe.jpeg',
|
46 |
'test_samples/changi.jpg',
|
47 |
'test_samples/jesus.jpg',]
|
@@ -387,7 +386,6 @@ def render_demonstrate(
|
|
387 |
'test_samples/oxford.jpg': 'Oxford University',
|
388 |
'test_samples/open_door.jpg': 'Bedroom Interior',
|
389 |
'test_samples/living_room.jpg': 'Living Room',
|
390 |
-
'test_samples/living_room_2.jpeg': 'Living Room 2',
|
391 |
'test_samples/arc_de_tromphe.jpeg': 'Arc de Triomphe',
|
392 |
'test_samples/jesus.jpg': 'Jesus College',
|
393 |
'test_samples/changi.jpg': 'Changi Airport',
|
|
|
41 |
IMAGE_PATHS = ['test_samples/oxford.jpg',
|
42 |
'test_samples/open_door.jpg',
|
43 |
'test_samples/living_room.jpg',
|
|
|
44 |
'test_samples/arc_de_tromphe.jpeg',
|
45 |
'test_samples/changi.jpg',
|
46 |
'test_samples/jesus.jpg',]
|
|
|
386 |
'test_samples/oxford.jpg': 'Oxford University',
|
387 |
'test_samples/open_door.jpg': 'Bedroom Interior',
|
388 |
'test_samples/living_room.jpg': 'Living Room',
|
|
|
389 |
'test_samples/arc_de_tromphe.jpeg': 'Arc de Triomphe',
|
390 |
'test_samples/jesus.jpg': 'Jesus College',
|
391 |
'test_samples/changi.jpg': 'Changi Airport',
|
test_samples/living_room_2.jpeg
DELETED
Git LFS Details
|