henryu commited on
Commit
fa5d4fa
1 Parent(s): b1685cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def infer(im):
34
 
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"],
 
34
 
35
  iface = gr.Interface(
36
  fn=infer,
37
+ title="OCR_Hive",
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"],