Spaces:
Runtime error
Runtime error
Update pages/05_Image_Denoizer.py
Browse files
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(
|