hysts's picture
hysts HF Staff
Add files
fcf9d92
raw
history blame contribute delete
198 Bytes
import gradio as gr
with gr.Blocks() as demo:
button = gr.LoginButton("Sign in")
gr.load("models/meta-llama/Llama-3.2-3B-Instruct", provider="sambanova", accept_token=button)
demo.launch()