wjbmattingly commited on
Commit
b8c6096
·
verified ·
1 Parent(s): b48639c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
50
  fn=process_image,
51
  inputs=gr.Image(type="pil"),
52
  outputs="text",
53
- title="OCR with Phi-3.5-vision-instruct",
54
  description="Upload an image to extract and convert text to markdown format."
55
  )
56
 
 
50
  fn=process_image,
51
  inputs=gr.Image(type="pil"),
52
  outputs="text",
53
+ title="OCR with [TB-OCR-preview-0.1](https://huggingface.co/yifeihu/TB-OCR-preview-0.1)",
54
  description="Upload an image to extract and convert text to markdown format."
55
  )
56