Update api.py

This commit is contained in:
YongKang Zhou 2024-01-31 10:47:13 +08:00 committed by GitHub
parent 53817b983c
commit 956ae58677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
api.py
View File

@ -439,6 +439,7 @@ def handle(refer_wav_path, prompt_text, prompt_language, text, text_language):
wav.seek(0)
torch.cuda.empty_cache()
if device == "mps":
torch.mps.empty_cache()
return StreamingResponse(wav, media_type="audio/wav")