将检测任务迁移python
This commit is contained in:
4
python-inference-service/start_service.sh
Normal file
4
python-inference-service/start_service.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo "Starting Python Inference Service..."
|
||||
cd "$(dirname "$0")"
|
||||
python -m app.main
|
||||
Reference in New Issue
Block a user