PatSnap/Document-Processing
9
Document Processing
Gradio demo with two tabs sharing one Bearer API key from the environment.
Tabs
Auth
Set under Space Settings → Variables / Secrets (or local env):
HIRO_API_KEY(preferred)- else
RD_LLM_API_KEY
No API key field in the UI.
Files
Local run
pip install -r requirements.txt
export HIRO_API_KEY="sk-..." # or RD_LLM_API_KEY
python app.pyCheck out the Spaces config reference.
