Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ col1, col2 = st.columns(2)
|
|
59 |
# left column of the page body
|
60 |
with col1:
|
61 |
if source_img is None:
|
62 |
-
default_image_path = "./
|
63 |
image = load_image(default_image_path)
|
64 |
st.image(
|
65 |
default_image_path, caption="Example Input Image", use_column_width=True
|
|
|
59 |
# left column of the page body
|
60 |
with col1:
|
61 |
if source_img is None:
|
62 |
+
default_image_path = "./image/test_1.jpg"
|
63 |
image = load_image(default_image_path)
|
64 |
st.image(
|
65 |
default_image_path, caption="Example Input Image", use_column_width=True
|