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...
schroneko
commited on
Aug 25, 2024
Commit
bfd1f36
·
verified
·
1 Parent(s):
6f79c87
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
demo = gr.load("models/meta-llama/Prompt-Guard-86M")
4
+
demo.launch(server_name="0.0.0.0", server_port=7860)