ubva / start.sh
sivakum4's picture
Feat: HF Inference API
9108a9a
raw
history blame contribute delete
93 Bytes
#!/bin/bash
python main.py --build
python main.py --api &
python main.py --frontend &
wait