Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Fabrice-TIERCELIN/Text-to-Audio
Fotiboa
/
Music-TTA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ffead1e
Music-TTA
/
audioldm
/
hifigan
/
__init__.py
hungchiayu1
initial commit
ffead1e
10 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
from
.models
import
Generator
class
AttrDict
(
dict
):
def
__init__
(
self, *args, **kwargs
):
super
(AttrDict, self).__init__(*args, **kwargs)
self.__dict__ = self