marianna13 commited on
Commit
662b59d
1 Parent(s): 2e20f23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def predict(images, eps):
29
 
30
  title = 'ZCA Whitening with Kornia!'
31
  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:
32
- *Note that you can upload only image files, e.g. jpg, png etc and there sjould be atleast 2 images!*
33
  Learn more about [ZCA Whitening and Kornia](https://kornia.readthedocs.io/en/latest/_modules/kornia/enhance/zca.html)'''
34
 
35
  iface = gr.Interface(fn=predict,
 
29
 
30
  title = 'ZCA Whitening with Kornia!'
31
  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:
32
+ *Note that you can upload only image files, e.g. jpg, png etc and there should be atleast 2 images!*
33
  Learn more about [ZCA Whitening and Kornia](https://kornia.readthedocs.io/en/latest/_modules/kornia/enhance/zca.html)'''
34
 
35
  iface = gr.Interface(fn=predict,