File size: 202 Bytes
938bbb4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio as gr

gr.Interface(
    fn=ask_llama,
    inputs="text",
    outputs="text",
    title="Assistant IO – LLaMA Guard",
    description="Assistant IA basé sur LLaMA Guard 2 8B"
).launch()