Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -207,9 +207,9 @@ def create_gradio_interface():
|
|
| 207 |
with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
| 208 |
gr.HTML(f"""
|
| 209 |
<div class="title" style="text-align: center">
|
| 210 |
-
<h1>Document
|
| 211 |
<p style="font-size: 1.1em; color: #6b7280; margin-bottom: 0.6em;">
|
| 212 |
-
Using POINTS-Reader Multimodal for Image Content Extraction
|
| 213 |
</p>
|
| 214 |
</div>
|
| 215 |
""")
|
|
|
|
| 207 |
with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
| 208 |
gr.HTML(f"""
|
| 209 |
<div class="title" style="text-align: center">
|
| 210 |
+
<h1>Document Conversion with POINTS Reader 📖</h1>
|
| 211 |
<p style="font-size: 1.1em; color: #6b7280; margin-bottom: 0.6em;">
|
| 212 |
+
Using Tencent/POINTS-Reader Multimodal for Image Content Extraction
|
| 213 |
</p>
|
| 214 |
</div>
|
| 215 |
""")
|