Spaces:
Running
Running
Echo-ai
commited on
Update start.sh
Browse files
start.sh
CHANGED
@@ -20,5 +20,4 @@ while ! curl -s http://localhost:11434/api/tags >/dev/null; do
|
|
20 |
done
|
21 |
echo "Ollama is ready."
|
22 |
|
23 |
-
# Start the FastAPI server
|
24 |
-
uvicorn app:app --host 0.0.0.0 --port 7860
|
|
|
20 |
done
|
21 |
echo "Ollama is ready."
|
22 |
|
23 |
+
# Start the FastAPI server
|
|