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...
636a34d
JBAIP
/
start.sh
Diamanta
Create start.sh
636a34d
verified
3 months ago
raw
Copy download link
history
blame
139 Bytes
#!/bin/bash
echo
"Downloading model..."
python download_model.py
echo
"Starting API server..."
uvicorn main:app --host 0.0.0.0 --port 7860