Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
schroneko
/
Prompt-Guard-86M
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bfd1f36
Prompt-Guard-86M
/
app.py
schroneko
Create app.py
bfd1f36
verified
8 months ago
raw
Copy download link
history
blame
Safe
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
)