Spaces:
Runtime error
Runtime error
remove duration arg
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def get_prompt_list(prompt_dir: str):
|
|
| 47 |
|
| 48 |
return prompt_lookup
|
| 49 |
|
| 50 |
-
@spaces.GPU
|
| 51 |
def zero_gpu_supported_generate_one(
|
| 52 |
model: Nanospeech,
|
| 53 |
text: str,
|
|
|
|
| 47 |
|
| 48 |
return prompt_lookup
|
| 49 |
|
| 50 |
+
@spaces.GPU
|
| 51 |
def zero_gpu_supported_generate_one(
|
| 52 |
model: Nanospeech,
|
| 53 |
text: str,
|