Huertas97 commited on
Commit
1f7249f
1 Parent(s): efb9b71

Remove prints

Browse files
Files changed (1) hide show
  1. app_inpaint.py +0 -1
app_inpaint.py CHANGED
@@ -160,7 +160,6 @@ col1, col2, col3 = st.columns([2, 0.5, 2])
160
  if file_example_path and not uploaded_file:
161
  with col1:
162
  st.subheader("Original")
163
- st.write(uploaded_file)
164
  # st.write(f"./Examples_inpainted/{example_file_name.strip(".jpg")}_inpainted.jpeg")
165
  img = Image.open( file_example_path )
166
  st.image(img, caption=None, width=None, use_column_width=None, clamp=False, channels="RGB", output_format="auto")
 
160
  if file_example_path and not uploaded_file:
161
  with col1:
162
  st.subheader("Original")
 
163
  # st.write(f"./Examples_inpainted/{example_file_name.strip(".jpg")}_inpainted.jpeg")
164
  img = Image.open( file_example_path )
165
  st.image(img, caption=None, width=None, use_column_width=None, clamp=False, channels="RGB", output_format="auto")