Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
Commit
•
220bb71
1
Parent(s):
2ece78d
Fix indentation
Browse files
models.py
CHANGED
@@ -67,7 +67,7 @@ class AudioDiffusion(nn.Module):
|
|
67 |
uncondition=False,
|
68 |
|
69 |
):
|
70 |
-
|
71 |
# super().__init__()
|
72 |
#
|
73 |
# assert unet_model_name is not None or unet_model_config_path is not None, "Either UNet pretrain model name or a config file path is required"
|
|
|
67 |
uncondition=False,
|
68 |
|
69 |
):
|
70 |
+
print('__init__')
|
71 |
# super().__init__()
|
72 |
#
|
73 |
# assert unet_model_name is not None or unet_model_config_path is not None, "Either UNet pretrain model name or a config file path is required"
|