sotirios-slv commited on
Commit
66e70ab
1 Parent(s): a0f2182

Added extra print statement to help with debugging

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ with gr.Blocks() as demo:
71
  btn = gr.Button("Run")
72
  # image_name = "Test"
73
  print("image_in", image_in.name)
 
74
  with gr.Column():
75
  ocr_text = gr.TextArea(label="OCR output")
76
  with gr.Column():
 
71
  btn = gr.Button("Run")
72
  # image_name = "Test"
73
  print("image_in", image_in.name)
74
+ print("image_in type", type(image_in))
75
  with gr.Column():
76
  ocr_text = gr.TextArea(label="OCR output")
77
  with gr.Column():