vjdevane commited on
Commit
54f472e
·
verified ·
1 Parent(s): 5b1df9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from tensorflow.keras.models import load_model
3
  import keras.backend as K
4
  import cv2
5
-
6
 
7
  # Define the custom loss function
8
  def ctc_lambda_func(args):
 
2
  from tensorflow.keras.models import load_model
3
  import keras.backend as K
4
  import cv2
5
+ import numpy as np
6
 
7
  # Define the custom loss function
8
  def ctc_lambda_func(args):