Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,8 @@ def process_img(image, UHD_LL_model):
|
|
46 |
return Image.fromarray(restored_img)
|
47 |
|
48 |
|
49 |
-
title = "
|
50 |
-
description = ''' ## [
|
51 |
[Juan Carlos Benito](https://github.com/juaben)
|
52 |
Fundación Cidaut
|
53 |
> **Disclaimer:** please remember this is not a product, thus, you will notice some limitations.
|
|
|
46 |
return Image.fromarray(restored_img)
|
47 |
|
48 |
|
49 |
+
title = "Fast Baselines for Real-World Low-Light Enhancement 🌠⚡🎆"
|
50 |
+
description = ''' ## [Github Repository](https://github.com/cidautai/NAFourNet)
|
51 |
[Juan Carlos Benito](https://github.com/juaben)
|
52 |
Fundación Cidaut
|
53 |
> **Disclaimer:** please remember this is not a product, thus, you will notice some limitations.
|