Cany-Tam commited on
Commit
436ffaa
·
1 Parent(s): 7187f99

Update pages/05_Image_Denoizer.py

Browse files
Files changed (1) hide show
  1. pages/05_Image_Denoizer.py +0 -3
pages/05_Image_Denoizer.py CHANGED
@@ -241,9 +241,6 @@ if restore:
241
  if input_img is not None:
242
  output = realesrgan(input_img, model_name, denoise_strength,
243
  face_enhance, outscale)
244
- with col2:
245
- st.image(output, 'Restored Image')
246
-
247
  with col2:
248
  st.image(output, f'Restored Image - {output}')
249
  st.download_button(
 
241
  if input_img is not None:
242
  output = realesrgan(input_img, model_name, denoise_strength,
243
  face_enhance, outscale)
 
 
 
244
  with col2:
245
  st.image(output, f'Restored Image - {output}')
246
  st.download_button(