Spaces:
Sleeping
Sleeping
| @echo off | |
| echo 🛣️ Vehicle Anomaly Detection System | |
| echo ===================================== | |
| echo. | |
| echo Installing dependencies... | |
| pip install -r requirements.txt | |
| echo. | |
| echo Starting Gradio application... | |
| echo Access the interface at: http://localhost:7860 | |
| echo. | |
| python gradio_app.py | |
| pause |