mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2024-11-06 04:33:57 +03:00
6 lines
68 B
Batchfile
6 lines
68 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd ../../
|
||
|
|
||
|
call ./venv/Scripts/activate.bat
|
||
|
python app.py
|