File size: 114 Bytes
a7e9100 |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/meta-llama/Llama-3.2-1B-Instruct",
provider="hf-inference",
).launch() |
a7e9100 |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/meta-llama/Llama-3.2-1B-Instruct",
provider="hf-inference",
).launch() |