prithivMLmods commited on
Commit
dc52d34
·
verified ·
1 Parent(s): c6bec25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Understanding with POINTS-Reader📖</h1>
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
  """)