Spaces:
Runtime error
Runtime error
File size: 320 Bytes
06e98b8 a874616 |
1 2 3 4 5 |
import gradio as gr
examples = ["I hate you", "You're pretty cool!!!", "This is a smelly garbage article", "Americans are awful", "I'm going to find your house"]
access_token = "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"
gr.Interface.load("models/Pruthul/toxic-bert", examples=examples,use_auth_token=access_token).launch() |