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

Update app.py

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