Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Diamanta
/
JBAIP
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
JBAIP
/
start.sh
Diamanta
Update Dockerfile (#3)
7357a31
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
#!/bin/bash
echo
"Downloading model..."
python download_model.py
echo
"Starting API server..."
uvicorn app:app --host 0.0.0.0 --port 7860