Image-Enhancement / deploy.bat
WhosMeor
upload files
cae212d
raw
history blame
232 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 Run localtunnel on port 8501
lt --port 8501