schroneko's picture
Create app.py
bfd1f36 verified
raw
history blame
126 Bytes
import gradio as gr
demo = gr.load("models/meta-llama/Prompt-Guard-86M")
demo.launch(server_name="0.0.0.0", server_port=7860)