henryu commited on
Commit
b1685cc
1 Parent(s): 4a01149

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,9 +35,9 @@ def infer(im):
35
  iface = gr.Interface(
36
  fn=infer,
37
  title="Hive OCR simple",
38
- description="Demo for Hive OCR. Transcribe and analyze media depicting typed, written, or graphic text",
39
  inputs=[gr.Image(type="pil")],
40
  outputs=["text", "json"],
41
  examples=["202306.jpg"],
42
- article='<a href="https://thehive.ai/hive-ocr-solutions">Hive OCR</a>',
43
  ).launch()
 
35
  iface = gr.Interface(
36
  fn=infer,
37
  title="Hive OCR simple",
38
+ description="Demo for OCR_Hive. Transcribe and analyze media depicting typed, written, or graphic text",
39
  inputs=[gr.Image(type="pil")],
40
  outputs=["text", "json"],
41
  examples=["202306.jpg"],
42
+ article='<a href="https://thehive.ai/hive-ocr-solutions">Sample OCR</a>',
43
  ).launch()