Spaces:
Configuration error
Configuration error
File size: 178 Bytes
ae22fc1 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
set -e
echo "=== Project Neuro-Flyt 3D Setup ==="
echo "Installing dependencies..."
pip install -r requirements.txt
echo "=== Launching Demo ==="
python demo_3d.py
|