multi-pdf-rag-api / start.sh
Hamza4100's picture
Upload 7 files
6ad61bb verified
raw
history blame contribute delete
90 Bytes
#!/bin/bash
# Run FastAPI on HF expected port
uvicorn main:app --host 0.0.0.0 --port 7860