SongPorter / entrypoint.sh
MonilM's picture
HF Spaces Fix#2
a4b7659
raw
history blame contribute delete
85 Bytes
#!/bin/sh
# Start the FastAPI application
uvicorn app:app --host 0.0.0.0 --port 7860