GIanlucaRub commited on
Commit
dab3cbb
1 Parent(s): df58ca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def getRequest(date):
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):
 
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):