Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lu2000luk
/
toxic
like
0
Sleeping
App
Files
Files
Community
lu2000luk
commited on
Apr 10, 2023
Commit
73f76fc
•
1 Parent(s):
6af54ff
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.Interface.load("models/martin-ha/toxic-comment-model", title="Toxic", description="Say if the prompt is toxic or not.",).launch()