DenseFeed / src

Commit History

infer audio repo during upload
670eec4
verified

j14i commited on

fallback synthesize on edge tts failure
0d581b4
verified

j14i commited on

fallback script on zerogpu expiry
79eb72b
verified

j14i commited on

apply audio repo prefs to backend
12a9369
verified

j14i commited on

add history latest podcast download
b9788b9
verified

j14i commited on

add latest podcast download link
4d9c90a
verified

j14i commited on

avoid closing duckdb during bootstrap
6415aa9
verified

j14i commited on

extend zerogpu script duration
8ecd860
verified

j14i commited on

preserve local duckdb on missing remote
a4e4f8b
verified

j14i commited on

harden duckdb sync path creation
ca9d5c2
verified

j14i commited on

upload initial duckdb for existing dataset
bbaca97
verified

j14i commited on

fix duckdb initial sync file
3eef4fe
verified

j14i commited on

fix duckdb initial sync file
047cfdc
verified

j14i commited on

fix stage auth request forwarding
7fa1459
verified

j14i commited on

fix frontend auth status bootstrap
86f1dc6
verified

j14i commited on

fix frontend auth status bootstrap
20b40d8
verified

j14i commited on

fix frontend auth status bootstrap
fb803a5
verified

j14i commited on

fix(zerogpu): normalize tiny-model script speakers
7fdf4a3

j14i commited on

fix(zerogpu): persist raw rank diagnostics and script indexes
5319c71

j14i commited on

fix(zerogpu): keep fallback rank items above threshold
bc200b7

j14i commited on

fix(web): pass resolved run id into background pipeline
09ea4ce

j14i commited on

fix(rank): keep current-run items when dedup overfilters
3e46be0

j14i commited on

fix(api): allow hf token fallback for stage tests
8f85b15

j14i commited on

fix(space): enable gradio queue for zerogpu
b48edb0

j14i commited on

test: add zerogpu metrics runner for small models
f1ff8ba

j14i commited on

refactor: unify storage layer and modularize Gradio web app
da552d2

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: pass Jina API key to reader requests
1105f50

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

fix: use Hugging Face inference on Space
3447636

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 automatic CPU fallback for ZeroGPU queue lease execution failures
7366eb1

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