Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Digitaljoint
/
ProofCheck
like
0
document-processing
pdf
ocr
comparator
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
d257f00
ProofCheck
/
app.py
Yaz Hobooti
Fix Space initialization: add launch() and update gradio version
d066e77
11 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
127 Bytes
import
gradio
as
gr
from
pdf_comparator
import
create_demo
demo = create_demo()
if
__name__ ==
"__main__"
:
demo.launch()