Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
M-Abdelmegeed
/
Deberta-Prompt-Injection-Detector
like
0
Running
App
Files
Files
Community
M-Abdelmegeed
commited on
Mar 8
Commit
fc6690c
•
1 Parent(s):
520124e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/laiyer/deberta-v3-base-prompt-injection").launch()