Spaces:
Configuration error
Configuration error
Commit
·
773510a
1
Parent(s):
a6a08b9
increase GPU duration
Browse files
app.py
CHANGED
|
@@ -435,7 +435,7 @@ def maskgct_inference(
|
|
| 435 |
return total_recovered_audio
|
| 436 |
|
| 437 |
|
| 438 |
-
@spaces.GPU(duration=
|
| 439 |
def inference(
|
| 440 |
prompt_wav,
|
| 441 |
target_text,
|
|
|
|
| 435 |
return total_recovered_audio
|
| 436 |
|
| 437 |
|
| 438 |
+
@spaces.GPU(duration=300)
|
| 439 |
def inference(
|
| 440 |
prompt_wav,
|
| 441 |
target_text,
|