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