codellama / app.py
hyerimpark's picture
Update app.py
113d12f
raw
history blame
96 Bytes
import gradio as gr
demo = gr.load("models/codellama/CodeLlama-7b-Instruct-hf")
demo.launch()