Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ EXAMPLES: list[tuple[str, str, str]] = [
|
|
| 164 |
]
|
| 165 |
|
| 166 |
|
| 167 |
-
@spaces.GPU(duration=
|
| 168 |
def on_generate(prompt: str, audio_ref, cfg: float, stg: float, dur_mult: float,
|
| 169 |
gen_dur: float, ref_dur: float, seed: int):
|
| 170 |
if not prompt or not prompt.strip():
|
|
|
|
| 164 |
]
|
| 165 |
|
| 166 |
|
| 167 |
+
@spaces.GPU(duration=60)
|
| 168 |
def on_generate(prompt: str, audio_ref, cfg: float, stg: float, dur_mult: float,
|
| 169 |
gen_dur: float, ref_dur: float, seed: int):
|
| 170 |
if not prompt or not prompt.strip():
|