Spaces:
Paused
Paused
| @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 |