IO-AI / gradio.py
Mauriciotuks's picture
Create gradio.py
938bbb4 verified
raw
history blame contribute delete
202 Bytes
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()