Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
β’
e1a1f75
1
Parent(s):
1adb20e
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', '
|
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', 'got1.jpg' ]
|
11 |
|
12 |
def get_enhanced_image(data, output):
|
13 |
r1 = output[:, :, :, :3]
|