Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def get_tts():
|
|
| 33 |
return _tts
|
| 34 |
|
| 35 |
|
| 36 |
-
@spaces.GPU(duration=
|
| 37 |
def generate_tts(
|
| 38 |
text_input: str,
|
| 39 |
audio_prompt_path: str | None = None,
|
|
|
|
| 33 |
return _tts
|
| 34 |
|
| 35 |
|
| 36 |
+
@spaces.GPU(duration=60)
|
| 37 |
def generate_tts(
|
| 38 |
text_input: str,
|
| 39 |
audio_prompt_path: str | None = None,
|