hung-k-nguyen commited on
Commit
b5d1d0f
·
verified ·
1 Parent(s): bf25444

Update copy

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -147,8 +147,9 @@ with gr.Blocks(title="Grounding demo", theme=gr.themes.Soft()) as demo:
147
  '## About the author\n'
148
  '<a href="https://nutrient.io/">'
149
  '<img src="https://avatars2.githubusercontent.com/u/1527679?v=3&s=200" height="80" /></a>\n\n'
150
- "This demo is maintained and funded by [Nutrient](https://nutrient.io/) — the #1 PDF SDK "
151
- "library for viewing, editing, eSigning, and more.")
 
152
  demo.load(_from_query, None, model_sel) # ?model=en|multi presets the selector
153
 
154
  if __name__ == "__main__":
 
147
  '## About the author\n'
148
  '<a href="https://nutrient.io/">'
149
  '<img src="https://avatars2.githubusercontent.com/u/1527679?v=3&s=200" height="80" /></a>\n\n'
150
+ "This demo is maintained and funded by [Nutrient](https://nutrient.io/) — "
151
+ "The deterministic document infrastructure enterprises run their highest-stakes workflows on: "
152
+ "replayable output, clear exceptions, and full audit trails on the messy, regulated documents where AI alone breaks.")
153
  demo.load(_from_query, None, model_sel) # ?model=en|multi presets the selector
154
 
155
  if __name__ == "__main__":