Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
guetLzy
/
Chinese-Freevc
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a03d253
Chinese-Freevc
/
hifigan
/
__init__.py
guetLzy
Add application file
a03d253
2 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
from
.models
import
Generator
class
AttrDict
(
dict
):
def
__init__
(
self, *args, **kwargs
):
super
(AttrDict, self).__init__(*args, **kwargs)
self.__dict__ = self