Spaces:
Paused
Paused
| @echo off | |
| REM Activate the Conda environment | |
| call conda activate img2img-turbo | |
| REM Navigate to the project directory | |
| cd /d D:\I+D\ia\img2img\img2img-turbo | |
| REM Run the Python script | |
| python gradio_sketch2image.py | |
| REM Pause the script to keep the command prompt open in case of errors | |
| pause |