intuitive262 commited on
Commit
73d504c
·
1 Parent(s): e1db449

Updated code files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def extraction(image, query):
54
  """
55
  with gr.Blocks() as main_app:
56
  gr.Markdown("# Document Reader using OCR(English/Hindi)")
57
- gr.Markdwon("### Use Doc_Reader to extract text out of documents - images(OCR) or ask questions based on the input image")
58
 
59
  with gr.Row():
60
  with gr.Column():
 
54
  """
55
  with gr.Blocks() as main_app:
56
  gr.Markdown("# Document Reader using OCR(English/Hindi)")
57
+ gr.Markdown("### Use Doc_Reader to extract text out of documents - images(OCR) or ask questions based on the input image")
58
 
59
  with gr.Row():
60
  with gr.Column():