Spaces:
Runtime error
Runtime error
Update pages/04_Super_Resolution.py
Browse files
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 |
|