Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -239,6 +239,7 @@ def check_dialogue_text(text_list: List[str]) -> bool:
|
|
| 239 |
return False
|
| 240 |
return True
|
| 241 |
|
|
|
|
| 242 |
def process_single(target_text_list, prompt_wav_list, prompt_text_list, use_dialect_prompt, dialect_prompt_text):
|
| 243 |
spks, texts = [], []
|
| 244 |
for target_text in target_text_list:
|
|
|
|
| 239 |
return False
|
| 240 |
return True
|
| 241 |
|
| 242 |
+
@spaces.GPU
|
| 243 |
def process_single(target_text_list, prompt_wav_list, prompt_text_list, use_dialect_prompt, dialect_prompt_text):
|
| 244 |
spks, texts = [], []
|
| 245 |
for target_text in target_text_list:
|