File size: 136 Bytes
4fc93b8
 
 
 
 
 
1
2
3
4
5
6
7
@echo off
REM Deepfake Detection Service - Windows Run Script

echo Starting Deepfake Detection Service Backend...
python main.py
pause