Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hamza4100
/
multi-pdf-rag-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
multi-pdf-rag-api
/
start.sh
Hamza4100
Upload 7 files
6ad61bb
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
#!/bin/bash
# Run FastAPI on HF expected port
uvicorn main:app --host 0.0.0.0 --port 7860