Spaces:
Running
Running
Odin-son
commited on
Commit
·
60f0a99
1
Parent(s):
8774176
upload example images
Browse files- app.py +2 -2
- example/0001TP_009240.png +0 -0
- example/0001TP_009240_L.png +0 -0
app.py
CHANGED
@@ -6,6 +6,6 @@ st.set_page_config(page_title="Image-Comparison Example", layout="centered")
|
|
6 |
|
7 |
# render image-comparison
|
8 |
image_comparison(
|
9 |
-
img1="
|
10 |
-
img2="
|
11 |
)
|
|
|
6 |
|
7 |
# render image-comparison
|
8 |
image_comparison(
|
9 |
+
img1="example/0001TP_009240.png",
|
10 |
+
img2="example/0001TP_009240_L.png",
|
11 |
)
|
example/0001TP_009240.png
ADDED
![]() |
example/0001TP_009240_L.png
ADDED
![]() |