lime-j commited on
Commit
3fb9c5b
·
verified ·
1 Parent(s): 0aacd53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ property_dict = {
9
  'color': 'has pleasant color',
10
  'noise': 'is less noisy',
11
  'lightness': 'is well illuminated',
12
- 'blury': 'has sharp boundary'
13
  }
14
  methods = ['IMGS_Bread', 'IMGS_iat', 'retinexformer_png', 'images', 'IMGS_Kind', 'IMGS_ZeroDCE', 'IMGS_nerco', 'IMGS_quadprior']
15
  method_dict = {
 
9
  'color': 'has pleasant color',
10
  'noise': 'is less noisy',
11
  'lightness': 'is well illuminated',
12
+ 'blury': 'has sharp and clear texture'
13
  }
14
  methods = ['IMGS_Bread', 'IMGS_iat', 'retinexformer_png', 'images', 'IMGS_Kind', 'IMGS_ZeroDCE', 'IMGS_nerco', 'IMGS_quadprior']
15
  method_dict = {