Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Projetweb
/
Ai-prject
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Ai-prject
/
start.sh
ikraamkb
Update start.sh
ae89919
verified
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
#!/bin/bash
pip install -r requirements.txt
# Install dependencies
uvicorn app:app --host 0.0.0.0 --port 7860