piyushjain4 commited on
Commit
287e59e
1 Parent(s): 1de8201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -45,8 +45,6 @@ def classify_logo(inp_image):
45
  return pred_dict
46
 
47
  def fake_logo_detection(input_image):
48
- print("Input image shape => ", input_image.shape)
49
- # print("flag => ", flag)
50
  return classify_logo(input_image)
51
 
52
  # --------------gradio interface-------------------------
 
45
  return pred_dict
46
 
47
  def fake_logo_detection(input_image):
 
 
48
  return classify_logo(input_image)
49
 
50
  # --------------gradio interface-------------------------