Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (50cb97b7beb990b2a6cbd368dbe9bf56695222c2)
Co-authored-by: Lucain Pouget <[email protected]>
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- image-to-image
|
| 4 |
-
library_name: keras
|
| 5 |
---
|
| 6 |
## Model description
|
| 7 |
This repo contains the model and the notebook [Low-light image enhancement using MIRNet](https://keras.io/examples/vision/mirnet/).
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: tf-keras
|
| 3 |
tags:
|
| 4 |
- image-to-image
|
|
|
|
| 5 |
---
|
| 6 |
## Model description
|
| 7 |
This repo contains the model and the notebook [Low-light image enhancement using MIRNet](https://keras.io/examples/vision/mirnet/).
|