将检测任务迁移python
This commit is contained in:
5
python-inference-service/start_service.bat
Normal file
5
python-inference-service/start_service.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
echo Starting Python Inference Service...
|
||||
cd /d %~dp0
|
||||
python -m app.main
|
||||
pause
|
||||
Reference in New Issue
Block a user