Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
12labs/Chatterbox-Multilingual-TTS
12labs
/
Yash
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Yash
/
src
/
chatterbox
/
models
/
utils.py
Zihan428
Clean multilingual TTS repo
f79db70
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
148 Bytes
class
AttrDict
(
dict
):
def
__init__
(
self, *args, **kwargs
):
super
(AttrDict, self).__init__(*args, **kwargs)
self.__dict__ = self