Image-Enhancement / deploy_install.bat
WhosMeor
upload files
cae212d
raw
history blame
235 Bytes
@echo off
REM Activate the cuda environment
call "%USERPROFILE%\anaconda3\Scripts\activate.bat" cuda
REM Change directory to Real-ESRGAN-Web-App
cd /d %USERPROFILE%\Real-ESRGAN-Web-App
REM Install localtunnel
npm install -g localtunnel