CodeLlama-7B / app.py
ColeGuion's picture
Create app.py
39df011 verified
raw
history blame contribute delete
No virus
203 Bytes
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()