Spaces:
Runtime error
Runtime error
wendys-llc
commited on
Commit
•
e894007
1
Parent(s):
941dbf4
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples = ["I hate you", "You're pretty cool!!!", "This is a smelly garbage article", "Americans are awful", "I'm going to find your house"]
|
4 |
+
|
5 |
+
gr.Interface.load("models/unitary/toxic-bert", examples=examples).launch()
|