Spaces:
Running
Running
fix: fix link to zca docs
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def predict(images, eps):
|
|
31 |
title = 'ZCA Whitening with Kornia!'
|
32 |
description = '''[ZCA Whitening](https://paperswithcode.com/method/zca-whitening) is an image preprocessing method that leads to a transformation of data such that the covariance matrix is the identity matrix, leading to decorrelated features:
|
33 |
*Note that you can upload only image files, e.g. jpg, png etc and there should be at least 2 images!*
|
34 |
-
Learn more about [ZCA Whitening and Kornia](https://kornia.readthedocs.io/en/
|
35 |
|
36 |
with gr.Blocks(title=title) as demo:
|
37 |
gr.Markdown(f"# {title}")
|
|
|
31 |
title = 'ZCA Whitening with Kornia!'
|
32 |
description = '''[ZCA Whitening](https://paperswithcode.com/method/zca-whitening) is an image preprocessing method that leads to a transformation of data such that the covariance matrix is the identity matrix, leading to decorrelated features:
|
33 |
*Note that you can upload only image files, e.g. jpg, png etc and there should be at least 2 images!*
|
34 |
+
Learn more about [ZCA Whitening and Kornia](https://kornia.readthedocs.io/en/v0.6.4/_modules/kornia/enhance/zca.html)'''
|
35 |
|
36 |
with gr.Blocks(title=title) as demo:
|
37 |
gr.Markdown(f"# {title}")
|