Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
declare-lab/TangoFlux
DeletedUser8688
/
tango2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
515a050
tango2
/
audioldm
/
hifigan
/
__init__.py
hungchiayu1
initial commit
ffead1e
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