#!/bin/bash ollama serve & sleep 15 ollama pull llama3.2:1b streamlit run app.py \ --server.port=7860 \ --server.address=0.0.0.0