Reaumur commited on
Commit
ef333ce
·
verified ·
1 Parent(s): ba61b81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ def prepare_image(img):
57
  img_array = np.transpose(img_array, (0, 2, 1, 3)) # Untuk model dengan dimensi (batch, width, height, channels)
58
  return img_array
59
 
 
60
  def decode_batch_predictions(pred):
61
  pred_texts = []
62
 
 
57
  img_array = np.transpose(img_array, (0, 2, 1, 3)) # Untuk model dengan dimensi (batch, width, height, channels)
58
  return img_array
59
 
60
+
61
  def decode_batch_predictions(pred):
62
  pred_texts = []
63