Open oisilener1982 opened 4 months ago
Also posted in pinned comments of Video.
@echo off
REM Change to the directory of the batch file
cd /d "%~dp0"
REM Activate the EchoMimic environment
call conda activate echomimic
REM Launch WebUI
python webgui.py --server_port=3000
thanks its working
good job 👍
Can someone please share the .bat file to open Echomimic with 1 Click. THanks in Advance