debug in L73 input num
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ with st.sidebar:
|
|
69 |
# Quantization
|
70 |
q_levels = st.number_input(
|
71 |
"Insert an integer for levels of quantization:",
|
72 |
-
value=
|
73 |
-
step=
|
74 |
min_value=2,
|
75 |
max_value=31,
|
76 |
)
|
|
|
69 |
# Quantization
|
70 |
q_levels = st.number_input(
|
71 |
"Insert an integer for levels of quantization:",
|
72 |
+
value=2,
|
73 |
+
step=1,
|
74 |
min_value=2,
|
75 |
max_value=31,
|
76 |
)
|