Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hilamanor/audioEditing
1PGAlt
/
audioEditing
like
0
Sleeping
App
Files
Files
Community
451ea4b
audioEditing
/
audioldm
/
hifigan
/
__init__.py
hilamanor
initial commit
e73da9c
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