Commit History

Update README.md
fece8f8
Running
verified

jzhang533 commited on

Capture and stream model stdout output in real-time
bc1db28

akhaliq HF Staff commited on

Use PDF.js canvas rendering instead of blocked iframe for PDF preview
1c7c9b7

akhaliq HF Staff commited on

Show PDF in native iframe viewer instead of placeholder text
069d21e

akhaliq HF Staff commited on

Fix blank output: re-run inference without streamer on TypeError so output files are written
c165326

akhaliq HF Staff commited on

Fix streaming: annotate run_ocr as Iterator[dict] so Gradio registers 1 output
642469d

akhaliq HF Staff commited on

Stream OCR output: TextIteratorStreamer backend + client.submit() frontend
ff6816b

akhaliq HF Staff commited on

Scale for ZeroGPU: one 60s GPU slot per page, CPU PDF explode, clean frontend
c55a3e8

akhaliq HF Staff commited on

Fix ZeroGPU usage: model.cuda() at module level, add GPU duration limits (300s/600s)
6149236

akhaliq HF Staff commited on

Install exact torch/transformers pins at runtime in app.py to bypass build-time conflict
4b46da9

akhaliq HF Staff commited on

Add ZeroGPU support: @spaces.GPU on inference fns, hardware: zero-gpu in README
07a166f

akhaliq HF Staff commited on

Add missing matplotlib dependency required by model's custom code
45463d0

akhaliq HF Staff commited on

Fix dependency conflict: loosen version pins to resolve huggingface-hub clash
f39e494

akhaliq HF Staff commited on

Add Gradio Server app with custom OCR frontend
d9a20d7

akhaliq HF Staff commited on

initial commit
5c40707
verified

akhaliq HF Staff commited on