Spaces:
Running
Running
Update run.sh
Browse files
run.sh
CHANGED
@@ -12,11 +12,6 @@ while ! curl -s http://localhost:11434 > /dev/null; do
|
|
12 |
done
|
13 |
echo "Ollama started."
|
14 |
|
15 |
-
# Create and register the custom model with Ollama.
|
16 |
-
# 'gemma-unsloth' is the name you will use to refer to this model in your application.
|
17 |
-
# It uses the Modelfile we created.
|
18 |
-
ollama create gemma-unsloth -f Modelfile
|
19 |
-
|
20 |
# Run the Gradio application.
|
21 |
# The Gradio app will then communicate with the Ollama server running locally.
|
22 |
python app.py
|
|
|
12 |
done
|
13 |
echo "Ollama started."
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
# Run the Gradio application.
|
16 |
# The Gradio app will then communicate with the Ollama server running locally.
|
17 |
python app.py
|