Pruthul commited on
Commit
4e80d2e
·
1 Parent(s): 06e98b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ 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()
 
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/Pruthul/toxic-bert", examples=examples).launch()