Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ iface = Interface(
|
|
118 |
],
|
119 |
outputs=Textbox(label="Extracted Entities (JSON)"),
|
120 |
title="DocDestroyer11000",
|
121 |
-
allow_flagging=
|
122 |
description="Extract valuable information from your documents in a snap! Upload your PDFs or images, select the entities you care about et started now and watch your documents be **destroyed** (or in other words - turned into JSON)! π<br>Tech: Copilot/Claude Sonnet + https://mindee.github.io/doctr/ + https://huggingface.co/urchade/gliner_multi-v2.1"
|
123 |
)
|
124 |
|
|
|
118 |
],
|
119 |
outputs=Textbox(label="Extracted Entities (JSON)"),
|
120 |
title="DocDestroyer11000",
|
121 |
+
allow_flagging="never",
|
122 |
description="Extract valuable information from your documents in a snap! Upload your PDFs or images, select the entities you care about et started now and watch your documents be **destroyed** (or in other words - turned into JSON)! π<br>Tech: Copilot/Claude Sonnet + https://mindee.github.io/doctr/ + https://huggingface.co/urchade/gliner_multi-v2.1"
|
123 |
)
|
124 |
|