Update app.py
Browse files
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()
|