BenjiELCA commited on
Commit
5afcecd
·
1 Parent(s): cee776a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ def main():
320
  col1, col2 = st.columns(2)
321
  with col1:
322
  with st.expander("Use example images"):
323
- img_selected = image_select("If you have no image and just want to test the demo, click on one of these images", ["./images/None.jpg", "./images/example1.jpg", "./images/example2.jpg", "./images/example3.jpg"],
324
  captions=["None", "Example 1", "Example 2", "Example 3"], index=0, use_container_width=False, return_value="original")
325
 
326
  if img_selected== './images/None.jpg':
 
320
  col1, col2 = st.columns(2)
321
  with col1:
322
  with st.expander("Use example images"):
323
+ img_selected = image_select("If you have no image and just want to test the demo, click on one of these images", ["./images/none.jpg", "./images/example1.jpg", "./images/example2.jpg", "./images/example3.jpg"],
324
  captions=["None", "Example 1", "Example 2", "Example 3"], index=0, use_container_width=False, return_value="original")
325
 
326
  if img_selected== './images/None.jpg':