MANIKANDAN A commited on
Commit
954a023
1 Parent(s): 7746aa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,7 +318,7 @@ def get_caption_model():
318
  cnn_model=cnn_model, encoder=encoder, decoder=decoder, image_aug=None,
319
  )
320
 
321
- def call_fn(batch, training):
322
  return batch
323
 
324
  caption_model.call = call_fn
 
318
  cnn_model=cnn_model, encoder=encoder, decoder=decoder, image_aug=None,
319
  )
320
 
321
+ def call_fn(batch, training=True):
322
  return batch
323
 
324
  caption_model.call = call_fn