Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fabrice-TIERCELIN
/
for-pinokio
like
0
Runtime error
App
Files
Files
Community
ab084ee
for-pinokio
/
audioldm
/
hifigan
/
__init__.py
hungchiayu1
initial commit
ffead1e
8 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