basyx commited on
Commit
81d7568
·
verified ·
1 Parent(s): bf1fd55

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -2
start.sh CHANGED
@@ -1,3 +1,5 @@
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
 
 
 
1
  #!/bin/bash
2
+
3
+ echo "Starting Fast-Whisper API..."
4
+
5
+ uvicorn main:app --host 0.0.0.0 --port 7860