Spaces:
Running
Running
Update start_services.sh
Browse files- start_services.sh +2 -2
start_services.sh
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#!/bin/bash
|
2 |
-
|
3 |
# Start the Ollama server
|
4 |
#ollama serve &
|
5 |
#sleep 5
|
@@ -13,5 +13,5 @@
|
|
13 |
|
14 |
|
15 |
# Start the Gradio chatbot
|
16 |
-
pip install gradio
|
17 |
python app.py
|
|
|
1 |
#!/bin/bash
|
2 |
+
. /app/venv/bin/activate
|
3 |
# Start the Ollama server
|
4 |
#ollama serve &
|
5 |
#sleep 5
|
|
|
13 |
|
14 |
|
15 |
# Start the Gradio chatbot
|
16 |
+
#pip install gradio
|
17 |
python app.py
|