Commit History

ui: remove text input box from Q&A - voice only
1769a75

minhahwang Copilot commited on

fix: remove trigger word, always auto-submit on recording stop
df70548

minhahwang Copilot commited on

perf: 4-chunk pre-buffer + batch into ~5s audio blocks
97b533c

minhahwang Copilot commited on

feat: trigger phrase 'answer me' to generate Q&A answer
748f503

minhahwang Copilot commited on

perf: reduce TTS latency - shorter chunks + sub-segment streaming
fa6ebf7

minhahwang Copilot commited on

fix: auto-submit question - use .change() instead of .stop_recording()
e942657

minhahwang Copilot commited on

fix: voice cloning playback - add status indicator, fallback, debug logging
2b743ed

minhahwang Copilot commited on

docs: update README - reflect Qwen3-TTS, voice-first Q&A, all current features
3cfcf98

minhahwang Copilot commited on

fix: voice cards clickable - select cloned voice as narrator
57efb6d

minhahwang Copilot commited on

revert: voice cloning back to GPU - user will use larger GPU
a51c3c3

minhahwang Copilot commited on

fix: voice cloning OOM on T4 - load 1.7B Base model on CPU
5a98019

minhahwang Copilot commited on

fix: pause retains position, Ask pauses play, auto-start mic, hide Q&A during play
08f3c66

minhahwang Copilot commited on

fix: pause playback on Ask click and tab switch (Explore/Clone)
eacea91

minhahwang Copilot commited on

fix: Resume button - show Ask btn again, clear audio, add question_audio output
9dbd883

minhahwang Copilot commited on

perf: preload all models at startup, improve Q&A context and auto-submit
c6ae51e

minhahwang Copilot commited on

feat: voice-first Q&A with auto-submit and autoplay answer
0e40ecf

minhahwang Copilot commited on

fix: Ask voice question - null handling, answer visibility
2c610fe

minhahwang Copilot commited on

fix: remove custom dtype/attn params to fix CUDA assert on T4
94fb797

minhahwang Copilot commited on

fix: CUDA assert on T4 GPU - use eager attention, disable torch.compile
9df2e8c

minhahwang Copilot commited on

docs: update Space metadata (title, SDK version)
ea9b474

minhahwang Copilot commited on

fix: replace Supertonic with Qwen3-TTS 0.6B CustomVoice, fix Play button
7cc2412

minhahwang Copilot commited on

feat: persist voice profiles to Voice_Profile/ with auto-load on startup
0d420e4

minhahwang Copilot commited on

fix: move CSS from Blocks constructor to launch() for Gradio 6.0
fbfbf8d

minhahwang Copilot commited on

docs: update sprint.md with progress summary and remaining tasks
ee79c05

minhahwang Copilot commited on

test: add comprehensive integration test suite (74 tests)
122c643

minhahwang Copilot commited on

refactor: remove dead UI elements, tighten model integration
c4b102f

minhahwang Copilot commited on

perf: add TTS latency optimizations
d3a755c

minhahwang Copilot commited on

docs: update all docs to reflect Qwen3-TTS architecture
e308c53

minhahwang Copilot commited on

feat: implement real voice cloning with Qwen3-TTS (sprint step 3)
215fff0

minhahwang Copilot commited on

fix: XSS sanitization, per-request audio files, soundfile-based ASR
d70ebd4

minhahwang Copilot commited on

feat: wire Whisper-small ASR and Qwen2.5-3B Q&A into app (sprint steps 9-10)
e99dd36

minhahwang Copilot commited on

Merge origin/master: adopt gradio==5.33.0 compatibility fix
8ca9f59

minhahwang Claude Sonnet 4.6 commited on

Update sprint.md: mark completed tasks through Day 2 morning
6df2a65

minhahwang Claude Sonnet 4.6 commited on

Merge HuggingFace_Hack/main: real TTS pipeline + asset overhaul
addb9c9

minhahwang Claude Sonnet 4.6 commited on

Merge pull request #7 from MomsVoiceAI/fix/hf-bug
23ba92f

sshtel commited on

bumpup gradio 5.35 for font issue
8760cce

sshtel commited on

add requirement for supertonic
5c27921

sshtel commited on

fix: add quoted sdk_version and python_version to HF Space README
e1723cf

sshtel commited on

commit README for hf space
353c4cc

sshtel commited on

Merge pull request #3 from MomsVoiceAI/frontend/gradio-ui
3b5ca70

sshtel commited on

chore: revert .gitattributes to filter=lfs (git-xet is an LFS transfer agent)
8ddfae2

sshtel commited on

chore: switch binary tracking from LFS to Xet for HuggingFace
8ddf108

sshtel Claude Sonnet 4.6 commited on

feat: integrate Supertonic TTS with sentence-level chunk streaming
5f8f265

sshtel Claude Sonnet 4.6 commited on

Merge pull request #4 from MomsVoiceAI/fix/image-path
db3ba51

sshtel commited on

Merge pull request #4 from MomsVoiceAI/fix/image-path
f7f3c86

sshtel commited on

fix gradio version 5.33 for compatibility
287ae96

sshtel commited on

fix gradio version 5.33 for compatibility
9ea269a

sshtel commited on

fix bug of image path traversal
729a148

sshtel commited on

fix bug of image path traversal
dacc38c

sshtel commited on

chore: add HF Space yaml header to README.md
3e62d57

Zoe09 Claude Sonnet 4.6 commited on