Spaces:
Paused
Paused
File size: 301 Bytes
461c048 |
1 2 3 4 5 6 7 8 9 10 11 12 |
@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 |