binaychandra commited on
Commit
7ddfcb1
·
verified ·
1 Parent(s): 7123d8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """)