UB_VSA / start.sh
AUMREDKA's picture
Update start.sh
c5467c6 verified
raw
history blame
70 Bytes
#!/bin/bash
python main.py --api &
python main.py --frontend &
wait