File size: 124 Bytes
211b2ba |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/chuanli11/Llama-3.2-3B-Instruct-uncensored",
provider="hf-inference",
).launch() |
211b2ba |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/chuanli11/Llama-3.2-3B-Instruct-uncensored",
provider="hf-inference",
).launch() |