Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def get_image_svd_info(image):
|
|
| 87 |
def svd_interface(image, r):
|
| 88 |
return perform_svd(image, r)
|
| 89 |
|
| 90 |
-
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 91 |
gr.Markdown("""# Image Compression using SVD
|
| 92 |
Upload an image and adjust the number of singular values (R), then click 'Generate' to see the decomposed image.
|
| 93 |
""")
|
|
|
|
| 87 |
def svd_interface(image, r):
|
| 88 |
return perform_svd(image, r)
|
| 89 |
|
| 90 |
+
with gr.Blocks(theme=gr.themes.Soft(), css="footer {visibility: hidden !important;}") as demo:
|
| 91 |
gr.Markdown("""# Image Compression using SVD
|
| 92 |
Upload an image and adjust the number of singular values (R), then click 'Generate' to see the decomposed image.
|
| 93 |
""")
|