conda create --prefix D:\CondaEnvs\edge-tts python=3.11
conda activate D:\CondaEnvs\edge-tts
pip install edge-tts -i https://mirrors.aliyun.com/pypi/simple/
pip install gradio -i https://mirrors.aliyun.com/pypi/simple/
edge-tts-webui 是一个基于 edge-tts 的 Web 界面版本,使用 gradio 进行开发。要安装并运行 edge-tts-webui,您可以按照以下步骤操作:
克隆仓库: 首先,您需要从 GitHub 上克隆 edge-tts-webui 的仓库。您可以使用 git clone 命令来克隆仓库。假设仓库的 URL 是 https://github.com/ycyy/edge-tts-webui(请根据实际情况替换为正确的 URL),您可以在命令行中执行以下命令:
git clone https://github.com/ycyy/edge-tts-webui
进入目录: 克隆完成后,进入克隆下来的目录:
cd edge-tts-webui
安装依赖: 您已经安装了 edge-tts、gradio 和 asyncio,这是运行 edge-tts-webui 所需的依赖。如果还有其他依赖,通常在项目的 requirements.txt 文件中会列出,您可以使用 pip 来安装这些依赖:
pip install -r requirements.txt
如果没有 requirements.txt 文件,那么您已经安装了所有必要的依赖。
运行应用: 根据文件内容,您可以通过运行 app.py 来启动 Web 界面:
python app.py
访问 Web 界面: 运行 app.py 后,您可以通过浏览器访问
localhost:7860