Published: February 9, 2025
3
12
67
ollama is now available in ai-gradio build an ai chatbot app in a few lines of code with ollama to get started Ollama should be installed and running pip install --upgrade "ai-gradio[ollama]" import gradio as gr import ai_gradio gr.load( name='ollama:smollm', src=ai_gradio.registry, ).launch()
GitHub : https://github.com/AK391/ai-gr...