DenseFeed / src /densefeed /app.py

Commit History

add history latest podcast download
b9788b9
verified

j14i commited on

fix stage auth request forwarding
7fa1459
verified

j14i commited on

fix frontend auth status bootstrap
fb803a5
verified

j14i commited on

fix(space): enable gradio queue for zerogpu
b48edb0

j14i commited on

feat: ZeroGPU backend for Hugging Face Spaces deployment (#4)
864480d
unverified

j14i Claude Opus 4.8 commited on

fix: launch pipeline via Hugging Face Jobs
a72a0aa

j14i commited on

fix: hydrate Space DuckDB after OAuth login
9e6a446

j14i commited on

fix: persist stage diagnostics and accurate run status
f5d178e

j14i commited on

fix: request inference scope for Space OAuth
783b23e

j14i commited on

fix: propagate session token to HF clients
eb36282

j14i commited on

fix: use Space OAuth token for pipeline API
4957788

j14i commited on

feat: add scheduled job backend and resumable pipeline sync
aa6692d

j14i commited on

fix: 8 critical bugs, config hardening, pipeline structural fixes, dead code cleanup (#3)
6842445
unverified

j14i commited on

chore: simplify stage_fn to use run_single_stage directly
920f29a

j14i commited on

feat: implement background task worker queue and pollable history view to run pipeline asynchronously
ef1373c

j14i commited on

feat: split pipeline trigger UI into two separate buttons to issue a fresh ZeroGPU proxy token before script writing
dd8f52b

j14i commited on

feat: implement frontend pipeline stage chaining to prevent ZeroGPU request lease timeouts
166e7b5

j14i commited on

Optimize ZeroGPUBackend model loading by caching weights in system CPU RAM at startup/request start, moving to GPU instantly only during leases to bypass Expired ZeroGPU proxy token timeouts
7d2f9d4

j14i commited on

Prioritize using HF_TOKEN environment secret over OAuth tokens to allow write operations (like creating repositories) on behalf of space owner
46ec519

j14i commited on

Fix AttributeError when accessing token.username on OAuthToken objects by using a robust _get_username helper that falls back to HF whoami API
77d7c5e

j14i commited on

Initialize storage backend lazily in _get_backend to handle multi-worker/process environments and avoid startup races
7da079a

j14i commited on

Implement robust Hugging Face repository bootstrapper in Gradio and update DB schema to support saving repository paths in user preferences. Remove static startup repo warnings.
47abe8b

j14i commited on

feat: expose Hugging Face repository configuration fields in Gradio Preferences UI
a02e56f

j14i commited on

feat: show Hugging Face storage repository warning banner and creation links in Gradio UI
0971c22

j14i commited on

fix: always initialize DuckDBBackend to allow local storage backend mode
ec31d5d

j14i commited on

feat: integrate storage backend into app, pipeline, and publish
4522449

j14i commited on

Fix ZeroGPU timeouts by increasing chunk size and reducing top items
e0c96c2

j14i commited on

Implement Hugging Face OAuth Sign-in
a7a5a3a

j14i commited on

feat: add audio player + download to pipeline output
20bf43b

j14i commited on

fix: generate BAML client at runtime on HF, add missing datetime import
c31eefc

j14i commited on

fix: replace gradio.workflow with standard gradio.Blocks
a656bf0

j14i commited on

chore: DRY stage runners with shared helper, add parameter defaults
29bccd9

j14i commited on

fix: add localhost to no_proxy in app launch
e518cb1

j14i commited on

feat: Integrate fresh gr.Workflow feature into UI
6170ed4

j14i commited on

feat: Deploy on HF Spaces with Gradio Walkthrough interface
ebb4ab1

j14i commited on