Spaces:
Runtime error
Runtime error
Commit
Β·
88242f5
1
Parent(s):
c4f0c62
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from huggingface_hub import from_pretrained_keras
|
|
| 7 |
|
| 8 |
|
| 9 |
model = from_pretrained_keras("Harveenchadha/low-light-image-enhancement", compile=False)
|
| 10 |
-
examples = ['got2.png', 'gotj.png', '
|
| 11 |
|
| 12 |
def get_enhanced_image(data, output):
|
| 13 |
r1 = output[:, :, :, :3]
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
model = from_pretrained_keras("Harveenchadha/low-light-image-enhancement", compile=False)
|
| 10 |
+
examples = ['got2.png', 'gotj.png', 'goti.png' ]
|
| 11 |
|
| 12 |
def get_enhanced_image(data, output):
|
| 13 |
r1 = output[:, :, :, :3]
|