Spaces:
Runtime error
Runtime error
fix bug
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ method_dict = {
|
|
| 31 |
|
| 32 |
}
|
| 33 |
|
| 34 |
-
|
| 35 |
'IMGS_Bread': 'png',
|
| 36 |
'IMGS_iat': 'jpg',
|
| 37 |
'retinexformer_png': 'png',
|
|
|
|
| 31 |
|
| 32 |
}
|
| 33 |
|
| 34 |
+
method_file_dict = {
|
| 35 |
'IMGS_Bread': 'png',
|
| 36 |
'IMGS_iat': 'jpg',
|
| 37 |
'retinexformer_png': 'png',
|