Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Taper5749
/
Music_Generator
like
0
Running
App
Files
Files
Community
cc42fc1
Music_Generator
/
audioldm
/
hifigan
/
__init__.py
deepanway
add required files
6b448ad
over 1 year 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