Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mehdi999
/
pardi-speech
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
78e8994
pardi-speech
/
codec
/
__init__.py
mehdi999
inference-only: drop zcodec deps (relative imports) and avoid training/tokenizer imports at package init
b650fff
29 days ago
raw
Copy download link
history
blame
117 Bytes
# codec/__init__.py β minimal inference exports
from
.models
import
PatchVAE, PatchVAEConfig, WavVAE
# noqa: F401