Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
techfreakworm
/
chatterbox-voice-studio
like
3
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
chatterbox-voice-studio
/
tests
Ctrl+K
Ctrl+K
2 contributors
History:
19 commits
techfreakworm
refactor: remove dead ZeroGPU shim (Docker Spaces don't support ZeroGPU)
1d7b5cd
unverified
18 days ago
__init__.py
0 Bytes
chore: scaffold python project (requirements, gitignore, pytest, package skeleton)
18 days ago
conftest.py
Safe
2.01 kB
feat(progress): ProgressBus with sessions, ticks, and turn-complete events
18 days ago
test_adapter_contract.py
Safe
905 Bytes
test(adapters): assert every param has a valid group
18 days ago
test_audio.py
Safe
2.44 kB
feat(audio): wav validation, write helper, mono/16k normalization
18 days ago
test_device.py
Safe
1.59 kB
feat(device): auto-detect cuda/mps/cpu with env override
18 days ago
test_dialog_endpoint.py
Safe
4.3 kB
feat(dialog): /api/generate/dialog endpoint + per-turn dispatcher with seed reuse
18 days ago
test_dialog_parser.py
Safe
1.48 kB
feat(dialog): parse_dialog with SPEAKER A-D regex and edge-case handling
18 days ago
test_main_activate.py
Safe
1.78 kB
feat(api,models): FastAPI app with /api/health, /api/models, activate, /api/generate + chatterbox-en adapter
18 days ago
test_main_generate.py
Safe
2.34 kB
feat(api): adapter generate returns seed_used; expose X-Seed-Used header
18 days ago
test_main_health.py
Safe
564 Bytes
feat(api,models): FastAPI app with /api/health, /api/models, activate, /api/generate + chatterbox-en adapter
18 days ago
test_main_models.py
Safe
1.13 kB
feat(api,models): FastAPI app with /api/health, /api/models, activate, /api/generate + chatterbox-en adapter
18 days ago
test_main_progress_sse.py
Safe
7.08 kB
feat(progress): wrap /api/generate/dialog in session; emit per-turn events
18 days ago
test_models_base.py
Safe
1.49 kB
feat(models): ModelAdapter protocol + is_valid_adapter check
18 days ago
test_progress.py
Safe
3.86 kB
feat(progress): ProgressBus with sessions, ticks, and turn-complete events
18 days ago
test_registry.py
Safe
2.75 kB
feat(registry): active-model swap with async lock and SSE event bus
18 days ago
test_schemas.py
Safe
2.58 kB
feat(schemas): add group field to ParamSpec (basic/advanced)
18 days ago
test_seed.py
Safe
985 Bytes
feat(seed): apply_seed helper that returns the seed actually used
18 days ago