code / app.py
surtarso's picture
Update app.py
dc327a5 verified
raw
history blame contribute delete
107 Bytes
import gradio as gr
import transformers
import torch
gr.load("models/meta-llama/CodeLlama-7b-hf").launch()