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

Some funny business

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -69,9 +69,8 @@ with gr.Blocks() as demo:
69
  image_in = gr.Image(type="pil")
70
  lang = gr.Dropdown(choices, value="eng")
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():
 
69
  image_in = gr.Image(type="pil")
70
  lang = gr.Dropdown(choices, value="eng")
71
  btn = gr.Button("Run")
72
+ # print("image_in", image_in.name)
73
+ # print("image_in type", type(image_in))
 
74
  with gr.Column():
75
  ocr_text = gr.TextArea(label="OCR output")
76
  with gr.Column():