final-chat / start.sh
Nada
ya allah
45afee5
raw
history blame contribute delete
172 Bytes
#!/bin/bash
echo "Starting Uvicorn..."
echo "Current directory: $(pwd)"
echo "Listing files:"
ls -la
echo "Starting app..."
exec uvicorn app:app --host 0.0.0.0 --port 7860