Spaces:
Runtime error
Runtime error
File size: 166 Bytes
86fcc44 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Any setup or configuration steps before running the main application
# ...
# Run the main application
exec uvicorn app:app --host 0.0.0.0 --port 7860
|