WhosMeor
upload files
cae212d
raw
history blame
227 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 Streamlit app
streamlit run app.py