Spaces:
Runtime error
Runtime error
File size: 293 Bytes
0a66e69 87ff6c7 553de78 a07c43f 553de78 a07c43f 553de78 ef00ffa 553de78 0a66e69 87ff6c7 553de78 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#!/bin/bash
. /app/venv/bin/activate
# Start the Ollama server
#ollama serve &
#sleep 5
# Run the custom model
#ollama pull hf.co/alibidaran/LLAMA3.2-Virtual_doctor_GGUF &
#sleep 1
#ollama list &
#sleep 1
# List available models
# Start the Gradio chatbot
#pip install gradio
python app.py |