Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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 |
|