Spaces:
Sleeping
Sleeping
# Start the background task | |
ollama serve & | |
ollama pull mistral:7b > /dev/null 2>&1 | |
ollama pull llama3:8b > /dev/null 2>&1 | |
# Start the Gradio app | |
python main.py |