Tejveer12 commited on
Commit
6204233
·
verified ·
1 Parent(s): 4540322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -49,6 +49,7 @@ interface = gr.Interface(
49
  outputs=gr.Textbox(label="Recognized Text"),
50
  title="OCR (IIIT5K)",
51
  description="CRNN + CTC model optimized for CPU inference using ONNX.",
 
52
  )
53
 
54
  if __name__ == "__main__":
 
49
  outputs=gr.Textbox(label="Recognized Text"),
50
  title="OCR (IIIT5K)",
51
  description="CRNN + CTC model optimized for CPU inference using ONNX.",
52
+ examples=["999_3.png","999_8.png", "997_7.png"]
53
  )
54
 
55
  if __name__ == "__main__":