KennethTM commited on
Commit
edd7682
Β·
verified Β·
1 Parent(s): f066d1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ iface = Interface(
118
  ],
119
  outputs=Textbox(label="Extracted Entities (JSON)"),
120
  title="DocDestroyer11000",
121
- allow_flagging=False,
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