Update app.py
Browse files
app.py
CHANGED
@@ -55,4 +55,4 @@ if uploaded_file is not None:
|
|
55 |
st.write(f"Max Norm: {max_norm}")
|
56 |
|
57 |
# Plot images
|
58 |
-
plot_images(gray_image, compressed_image, k)
|
|
|
55 |
st.write(f"Max Norm: {max_norm}")
|
56 |
|
57 |
# Plot images
|
58 |
+
plot_images(gray_image, compressed_image, k)
|