Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8567bd2
1
Parent(s):
5a8cfa6
add
Browse files
app.py
CHANGED
@@ -709,7 +709,7 @@ class BaseTrainer(object):
|
|
709 |
return result
|
710 |
|
711 |
@logger.catch
|
712 |
-
@spaces.GPU(duration=
|
713 |
def syntalker(audio_path,sample_stratege):
|
714 |
args = config.parse_args()
|
715 |
print("sample_stratege",sample_stratege)
|
|
|
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)
|