Spaces:
Runtime error
Runtime error
update version
Browse files
audiodiffusion/__init__.py
CHANGED
@@ -13,7 +13,7 @@ from diffusers.pipeline_utils import (AudioPipelineOutput, BaseOutput,
|
|
13 |
|
14 |
from .mel import Mel
|
15 |
|
16 |
-
VERSION = "1.2.
|
17 |
|
18 |
|
19 |
class AudioDiffusion:
|
|
|
13 |
|
14 |
from .mel import Mel
|
15 |
|
16 |
+
VERSION = "1.2.7"
|
17 |
|
18 |
|
19 |
class AudioDiffusion:
|