chat-gpu / start.sh
Nada
besm ellah
b6c5517
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