DataFlow-VQA / app.py

Commit History

feat: embed extracted images as base64 data URIs in preview cards
09fc1b5

aaron1141 commited on

fix: post-process img tags for badges; add MathJax for LaTeX rendering in preview
14c5323

aaron1141 commited on

feat: render QA preview as markdown with image placeholders
57b0592

aaron1141 commited on

feat: bundle extracted images + JSONL into vqa_output.zip for download
c34be21

aaron1141 commited on

ux: remove PDF preview entirely
4f53326

aaron1141 commited on

fix: replace data-URI iframe with /gradio_api/file= URL for cross-browser PDF preview
e76fc09

aaron1141 commited on

ux: clear default api_url, leave as placeholder only
9d917ac

aaron1141 commited on

ux: default en, move examples section, clean up preview label and API table
23eca1f

aaron1141 commited on

fix: Markdown does not accept scale kwarg, wrap in Column
87e4ed0

aaron1141 commited on

feat: bilingual toggle, PDF preview, stop btn, JSONL card preview
0e792b8

aaron1141 commited on

feat: add example PDFs via LFS and gr.Examples in UI
f548701

aaron1141 commited on

fix: remove generator/queue, add api_name, add startup logs to diagnose No API Found
bafa4e5

aaron1141 commited on

fix: rewrite as generator for streaming progress, fix connection timeout
9f4b8e6

aaron1141 commited on

fix: add demo.queue() and remove gr.Progress to fix No API found error in Gradio 5
d93859b

aaron1141 commited on

improve: clearer error messages for invalid API keys
b0a7aa7

aaron1141 commited on

refactor: demo now wraps Stage1 VQA extraction pipeline
a6ae607

aaron1141 commited on

initial hf spaces demo
e783436

aaron1141 commited on