zejunyang
commited on
Commit
·
18f04c7
1
Parent(s):
e4de730
debug
Browse files- src/create_modules.py +1 -1
src/create_modules.py
CHANGED
|
@@ -35,7 +35,7 @@ class Processer():
|
|
| 35 |
def __init__(self):
|
| 36 |
self.a2m_model, self.pipe = self.create_models()
|
| 37 |
|
| 38 |
-
@spaces.GPU
|
| 39 |
def create_models(self):
|
| 40 |
|
| 41 |
config = OmegaConf.load('./configs/prompts/animation_audio.yaml')
|
|
|
|
| 35 |
def __init__(self):
|
| 36 |
self.a2m_model, self.pipe = self.create_models()
|
| 37 |
|
| 38 |
+
# @spaces.GPU
|
| 39 |
def create_models(self):
|
| 40 |
|
| 41 |
config = OmegaConf.load('./configs/prompts/animation_audio.yaml')
|