Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adithya9903
/
polypharmacy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
polypharmacy
/
scripts
/
dev_backend.sh
adithya9903
Flatten project to root for OpenEnv submission readiness.
fa51dd9
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
100 Bytes
#!/usr/bin/env bash
set
-euo pipefail
uvicorn backend.main:app --reload --host 0.0.0.0 --port 7860