File size: 203 Bytes
39df011
 
 
 
1
2
3
4
5
import gradio as gr

# This loads the "codellama/CodeLlama-7b-hf" model from Hugging Face and prepares it for interaction through a Gradio interface.
gr.load("models/codellama/CodeLlama-7b-hf").launch()