vk commited on
Commit
1bc44fc
·
1 Parent(s): af48311

title change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ if __name__ == "__main__":
56
  fn=get_response,
57
  inputs=gr.Image(type="numpy"), # Accepts image input
58
  outputs=gr.Textbox(),
59
- title="SVTR-OCR-App",
60
  description="Upload images for fast & accurate English(Latin) OCR. Works best with image format of invoice, documents"
61
  )
62
 
 
56
  fn=get_response,
57
  inputs=gr.Image(type="numpy"), # Accepts image input
58
  outputs=gr.Textbox(),
59
+ title="Latin Text Detection & Recognition",
60
  description="Upload images for fast & accurate English(Latin) OCR. Works best with image format of invoice, documents"
61
  )
62