Add ffmpeg for audio tts

This commit is contained in:
ebolam
2023-09-27 15:34:03 -04:00
parent ad8d60eaaa
commit e7dd11d6f1
3 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ dependencies:
- termcolor - termcolor
- Pillow - Pillow
- psutil - psutil
- ffmpeg
- pip: - pip:
- flask-cloudflared==0.0.10 - flask-cloudflared==0.0.10
- flask-ngrok - flask-ngrok

View File

@@ -22,6 +22,7 @@ dependencies:
- termcolor - termcolor
- Pillow - Pillow
- psutil - psutil
- ffmpeg
- pip: - pip:
- -f https://developer.intel.com/ipex-whl-stable-xpu - -f https://developer.intel.com/ipex-whl-stable-xpu
- torch==2.0.1a0 - torch==2.0.1a0

View File

@@ -22,6 +22,7 @@ dependencies:
- termcolor - termcolor
- Pillow - Pillow
- psutil - psutil
- ffmpeg
- pip: - pip:
- --extra-index-url https://download.pytorch.org/whl/rocm5.2 - --extra-index-url https://download.pytorch.org/whl/rocm5.2
- torch==1.13.1+rocm5.2 - torch==1.13.1+rocm5.2