Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,5 +122,4 @@ iface = Interface(
|
|
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 |
|
125 |
-
|
126 |
-
iface.launch()
|
|
|
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 |
|
125 |
+
iface.launch()
|
|