gizemsarsinlar commited on
Commit
4cbfffc
1 Parent(s): 79dc6ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -35,10 +35,10 @@ title = "Tesseract OCR with Selection"
35
  description = "Gradio demo for Tesseract OCR with region selection (default language: English)."
36
  article = "<p style='text-align: center'><a href='https://tesseract-ocr.github.io/' target='_blank'>Tesseract documentation</a> | <a href='https://github.com/tesseract-ocr/tesseract' target='_blank'>Github Repo</a></p>"
37
 
38
- examples = [
39
- ['examples/eurotext.png', "50, 50, 200, 200"],
40
- ['examples/tesseract_sample.png', "30, 40, 150, 120"],
41
- ]
42
 
43
  with gr.Blocks() as demo:
44
  with gr.Row():
 
35
  description = "Gradio demo for Tesseract OCR with region selection (default language: English)."
36
  article = "<p style='text-align: center'><a href='https://tesseract-ocr.github.io/' target='_blank'>Tesseract documentation</a> | <a href='https://github.com/tesseract-ocr/tesseract' target='_blank'>Github Repo</a></p>"
37
 
38
+ # examples = [
39
+ # ['examples/eurotext.png', "50, 50, 200, 200"],
40
+ # ['examples/tesseract_sample.png', "30, 40, 150, 120"],
41
+ # ]
42
 
43
  with gr.Blocks() as demo:
44
  with gr.Row():