Spaces:
Runtime error
Runtime error
MeetMeAt92
commited on
Commit
•
de04575
1
Parent(s):
4cf621a
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import keras
|
|
5 |
from huggingface_hub import from_pretrained_keras
|
6 |
|
7 |
|
8 |
-
model = from_pretrained_keras("
|
9 |
|
10 |
|
11 |
|
|
|
5 |
from huggingface_hub import from_pretrained_keras
|
6 |
|
7 |
|
8 |
+
model = from_pretrained_keras("keras-io/Enhance_Low_Light_Image", compile=False)
|
9 |
|
10 |
|
11 |
|