GIanlucaRub commited on
Commit
df58ca4
1 Parent(s): 0fcff78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ def getRequest(date):
17
  return img
18
 
19
 
20
- model = from_pretrained_keras("GIanlucaRub/doubleResFinal")
21
-
22
 
23
  def double_res(input_image):
24
  input_height = input_image.shape[0]
 
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):
24
  input_height = input_image.shape[0]