Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saefro991
/
aet_demo
like
4
Runtime error
App
Files
Files
Community
main
aet_demo
/
hifigan
/
__init__.py
saeki
fix
e23163d
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
179 Bytes
from
.models
import
Generator
class
AttrDict
(
dict
):
def
__init__
(
self, *args, **kwargs
):
super
(AttrDict, self).__init__(*args, **kwargs)
self.__dict__ = self