Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
# Start Ollama in the background
|
3 |
ollama run llama2-uncensored &
|
4 |
|
5 |
-
# Start the
|
6 |
-
exec
|
|
|
2 |
# Start Ollama in the background
|
3 |
ollama run llama2-uncensored &
|
4 |
|
5 |
+
# Start the Flask application
|
6 |
+
exec python main.py
|