lep1 commited on
Commit
af816bb
1 Parent(s): d6657cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "./images/alpha-numeric.jpeg"
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