tomofi commited on
Commit
b3d2248
1 Parent(s): 1f83496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,6 +30,6 @@ iface = gr.Interface(
30
  description="Demo for Hive OCR.Transcribe and analyze media depicting typed, written, or graphic text",
31
  inputs=[gr.inputs.Image(label='image', type='pil')],
32
  outputs=['image', 'text', gr.outputs.Dataframe(headers=['word'])],
33
- examples=[],
34
  article="<a href=\"https://thehive.ai/hive-ocr-solutions\">Hive OCR</a>",
35
  ).launch()
 
30
  description="Demo for Hive OCR.Transcribe and analyze media depicting typed, written, or graphic text",
31
  inputs=[gr.inputs.Image(label='image', type='pil')],
32
  outputs=['image', 'text', gr.outputs.Dataframe(headers=['word'])],
33
+ examples=['testocr.png', 'receipt.webp', '20131216170659.jpg'],
34
  article="<a href=\"https://thehive.ai/hive-ocr-solutions\">Hive OCR</a>",
35
  ).launch()