Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def get_pdf_result(pdf_path: str, page_num: int = 0):
|
|
16 |
with gr.Blocks(title="RapidOCR π PDF", theme=gr.themes.Soft()) as demo:
|
17 |
gr.HTML(
|
18 |
"""
|
19 |
-
<h1 style='text-align: center;
|
20 |
|
21 |
<div style="display: flex; justify-content: center; gap: 10px;">
|
22 |
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
|
|
|
16 |
with gr.Blocks(title="RapidOCR π PDF", theme=gr.themes.Soft()) as demo:
|
17 |
gr.HTML(
|
18 |
"""
|
19 |
+
<h1 style='text-align: center;'><a href="https://github.com/RapidAI/RapidOCRPDF">RapidOCR π PDF</a></h1>
|
20 |
|
21 |
<div style="display: flex; justify-content: center; gap: 10px;">
|
22 |
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
|