Commit History

shorten desc
7e94063

sshtel commited on

Merge pull request #13 from MomsVoiceAI/fix/readme-hf-trag
1d90982
unverified

minhahwang commited on

add preload_from_hub
bab138a

sshtel commited on

Merge pull request #12 from MomsVoiceAI/fix/readme-hf-trag
dba2400
unverified

minhahwang commited on

update tag in readme
e872728

sshtel commited on

add youtube link in readme
ed0a3fc

sshtel commited on

fix README demo img
be0895c

sshtel commited on

fix README syntax err
94d3077

sshtel commited on

update README link
0f9cd38

sshtel commited on

update README team members
1f4281f

sshtel commited on

fix duplicated demo step
fc991f4

sshtel commited on

Merge pull request #11 from MomsVoiceAI/fix/README-spec
7147e54
unverified

sshtel commited on

update README demo
04f7e9c

sshtel commited on

Merge pull request #10 from MomsVoiceAI/fix/lfm-model-param
7257098
unverified

minhahwang commited on

update report md
9e0a83b

sshtel commited on

fix prompt for short answer
942f441

sshtel commited on

fix to ui to visible
fbb26dd

sshtel commited on

Fix record button
f30d5ae

sshtel commited on

perf: improve LFM2.5-Audio inference quality and reliability
4798cd4

sshtel Claude Sonnet 4.6 commited on

Merge pull request #8 from MomsVoiceAI/fix/answer-audio
3cfd932
unverified

sshtel commited on

perf: warmup generation, async LFM loading, reduce max_new_tokens
871cd89

minhahwang Copilot commited on

perf: add torch.compile for LFM model on HF Space (20-60% faster inference)
52dd416

minhahwang Copilot commited on

Merge pull request #9 from MomsVoiceAI/fix/sox-pkg
43cb842
unverified

sshtel commited on

fix: restore packages.txt with sox and ffmpeg dependencies for HF Spaces
85ab3de

sshtel commited on

fix: proper Mimi decode on HF Space — only disable dynamo on Windows, explicit device handling
5bb5f05

minhahwang Copilot commited on

fix: use Mimi streaming decoder for proper speech audio (not LFM detokenizer)
d397f1a

minhahwang Copilot commited on

feat: restore story cover PNGs via Xet storage + migration docs
39ce399

sshtel commited on

remove packages.txt - ffmpeg already in base image
a8c11c1

minhahwang commited on

fix: packages.txt use only ffmpeg
538d2b1

minhahwang commited on

fix: remove invalid libsox-fmt-all package
16d3c03

minhahwang commited on

fix: Play produces no sound — switch to streaming audio + system deps
373219a

minhahwang Copilot commited on

feat: upload pre-generated audio and copy to runtime cache on startup
e278ccc

minhahwang Copilot commited on

fix: Play produces no sound on HF Space
44fbd0d

minhahwang Copilot commited on

fix: correct LFM audio sample rate to 48kHz and normalize volume
60d60e5

minhahwang Copilot commited on

refactor: consolidate to Base 1.7B only, remove CustomVoice
af03300

minhahwang Copilot commited on

fix: audio decode normalization + warmup first 5 paragraphs
b714046

minhahwang Copilot commited on

feat: show paragraph progress during Play + warmup first paragraphs at startup
bea718a

minhahwang Copilot commited on

ui: hide chunk/queue processing details from user during Play
5ae6bba

minhahwang Copilot commited on

feat: auto-start mic recording on Ask click (100ms user gesture window)
6a28beb

minhahwang Copilot commited on

fix: add stop_recording JS fallback to auto-submit Q&A
6dba563

minhahwang Copilot commited on

fix: dedup only on auto-submit, manual Get Answer always works
26ea281

minhahwang Copilot commited on

fix: convert Path to str for wave.open (Python 3.13 compat)
21973a3

minhahwang Copilot commited on

feat: bounded pre-gen, cancellation, disk cache pruning, GPU lock
994d3d9

minhahwang Copilot commited on

refactor: runtime config, Q&A flow module, storage paths, and cleanup
397b4ac

minhahwang Copilot commited on

perf: 5 latency optimizations for TTS playback
68f1a16

minhahwang Copilot commited on

feat: enable FlashAttention-2 for all models via runtime install + SDPA fallback
c7cbd46

minhahwang Copilot commited on

rename: app.py -> app_cascade.py, app_lfm.py -> app.py
d422be7

minhahwang Copilot commited on

feat: add LFM2.5-Audio end-to-end Q&A variant
c5bd25e

minhahwang Copilot commited on

fix: auto-submit - JS clicks submit 500ms after stop_recording + .change backup
37bfdc1

minhahwang Copilot commited on

fix: auto-submit Q&A - stop_recording + change + JS fallback click
3b13a44

minhahwang Copilot commited on