Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 = {
|