Unlimited-OCR / app.py

Commit History

Capture and stream model stdout output in real-time
bc1db28

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 Gradio Server app with custom OCR frontend
d9a20d7

akhaliq HF Staff commited on