Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ property_dict = {
|
|
| 13 |
}
|
| 14 |
methods = ['IMGS_Bread', 'IMGS_iat', 'retinexformer_png', 'images', 'IMGS_Kind', 'IMGS_ZeroDCE', 'IMGS_nerco', 'IMGS_quadprior']
|
| 15 |
method_dict = {
|
| 16 |
-
'
|
| 17 |
'IMGS_iat': 'IAT',
|
| 18 |
'retinexformer_png': 'Retinexformer',
|
| 19 |
'images': 'Original Input',
|
|
|
|
| 13 |
}
|
| 14 |
methods = ['IMGS_Bread', 'IMGS_iat', 'retinexformer_png', 'images', 'IMGS_Kind', 'IMGS_ZeroDCE', 'IMGS_nerco', 'IMGS_quadprior']
|
| 15 |
method_dict = {
|
| 16 |
+
'IMGS_Bread': 'Bread',
|
| 17 |
'IMGS_iat': 'IAT',
|
| 18 |
'retinexformer_png': 'Retinexformer',
|
| 19 |
'images': 'Original Input',
|