Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
7c6f179
1
Parent(s):
8567bd2
add
Browse files
app.py
CHANGED
@@ -432,7 +432,7 @@ class BaseTrainer(object):
|
|
432 |
"tar_contact": tar_contact,
|
433 |
"style_feature":style_feature,
|
434 |
}
|
435 |
-
|
436 |
def _g_test(self, loaded_data):
|
437 |
sample_fn = self.diffusion.p_sample_loop
|
438 |
if self.args.use_ddim:
|
@@ -709,7 +709,6 @@ class BaseTrainer(object):
|
|
709 |
return result
|
710 |
|
711 |
@logger.catch
|
712 |
-
@spaces.GPU(duration=149)
|
713 |
def syntalker(audio_path,sample_stratege):
|
714 |
args = config.parse_args()
|
715 |
print("sample_stratege",sample_stratege)
|
|
|
432 |
"tar_contact": tar_contact,
|
433 |
"style_feature":style_feature,
|
434 |
}
|
435 |
+
@spaces.GPU(duration=149)
|
436 |
def _g_test(self, loaded_data):
|
437 |
sample_fn = self.diffusion.p_sample_loop
|
438 |
if self.args.use_ddim:
|
|
|
709 |
return result
|
710 |
|
711 |
@logger.catch
|
|
|
712 |
def syntalker(audio_path,sample_stratege):
|
713 |
args = config.parse_args()
|
714 |
print("sample_stratege",sample_stratege)
|