ledetele commited on
Commit
e721f3e
1 Parent(s): 86c2086

Update pages/04_Super_Resolution.py

Browse files
Files changed (1) hide show
  1. pages/04_Super_Resolution.py +2 -1
pages/04_Super_Resolution.py CHANGED
@@ -211,7 +211,8 @@ model_name = st.selectbox(
211
  index=4
212
  )
213
 
214
- denoise_strength = st.slider("Denoise Strength (Used only with the realesr-general-x4v3 model)", 0.0, 1.0, 0.5)
 
215
 
216
  outscale = st.slider("Image Upscaling Factor", 1, 10, 2)
217
 
 
211
  index=4
212
  )
213
 
214
+ #denoise_strength = st.slider("Denoise Strength (Used only with the realesr-general-x4v3 model)", 0.0, 1.0, 0.5)
215
+ denoise_strength = 0.5
216
 
217
  outscale = st.slider("Image Upscaling Factor", 1, 10, 2)
218