JBAIP / start.sh
Diamanta's picture
Create start.sh
636a34d verified
raw
history blame
139 Bytes
#!/bin/bash
echo "Downloading model..."
python download_model.py
echo "Starting API server..."
uvicorn main:app --host 0.0.0.0 --port 7860