Spaces:
Runtime error
Runtime error
Commit
·
dab3cbb
1
Parent(s):
df58ca4
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def getRequest(date):
|
|
17 |
return img
|
18 |
|
19 |
|
20 |
-
|
21 |
model = from_pretrained_keras("GIanlucaRub/autoencoder_model_d_0")
|
22 |
|
23 |
def double_res(input_image):
|
|
|
17 |
return img
|
18 |
|
19 |
|
20 |
+
# model = from_pretrained_keras("GIanlucaRub/doubleResFinal")
|
21 |
model = from_pretrained_keras("GIanlucaRub/autoencoder_model_d_0")
|
22 |
|
23 |
def double_res(input_image):
|