Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
declare-lab
/
Tango-Music-AF
like
5
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
a2310b0
Tango-Music-AF
/
audioldm
/
hifigan
/
__init__.py
deepanway
Upload files
786cb70
9 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