NORTHERN-AI / app.py
ArBaltee's picture
initial commit
f3c093a verified
raw
history blame contribute delete
111 Bytes
import gradio as gr
gr.load(
"models/meta-llama/Llama-3.2-3B-Instruct",
provider="sambanova",
).launch()