Spaces:
Running on Zero
Running on Zero
File size: 149 Bytes
86e3fda | 1 2 3 4 5 | #!/bin/bash
source "/home/abdo96/.venvs/video-blur-ai/bin/activate"
cd "/media/abdo96/ABODSALOMHA/LLMs_apps_github/video-blur-ai"
python cli.py "$@"
|