Spaces:
Running on Zero
Running on Zero
Update copy
Browse files
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/) —
|
| 151 |
-
"
|
|
|
|
| 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__":
|