schroneko commited on
Commit
bfd1f36
·
verified ·
1 Parent(s): 6f79c87

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -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)