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()