basyx commited on
Commit
fc0134b
·
verified ·
1 Parent(s): db7489f

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -5
start.sh CHANGED
@@ -1,6 +1,3 @@
1
  #!/bin/bash
2
-
3
- echo "Boot check..."
4
- python -c "import main; print('Imports OK')"
5
-
6
- uvicorn main:app --host 0.0.0.0 --port 7860
 
1
  #!/bin/bash
2
+ # Start the FastAPI application on the port required by Hugging Face Spaces
3
+ uvicorn main:app --host 0.0.0.0 --port 7860