Shane Weisz commited on
Commit
e79b88e
1 Parent(s): 8802adf

Update examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ model = ResponseGenerator(DEFAULT_MODEL, DECODING_CONFIG)
30
  def respond(input):
31
  return model.respond(input)
32
 
33
- demo = gr.Interface(fn=respond, inputs="text", outputs="text", examples=["Muslims are all terrorists", "What an idiotic retard", "Damn feminists. Can't women just accept the way the world is?"], cache_examples = False, title = TITLE, description = DESCRIPTION, article = ARTICLE)
34
  demo.launch()
 
30
  def respond(input):
31
  return model.respond(input)
32
 
33
+ demo = gr.Interface(fn=respond, inputs="text", outputs="text", examples=["Muslims are all terrorists", "Jews are stingy and only care about money", "What an idiotic retard", "Damn feminists trying to take over the world. Can't women just accept their place?"], cache_examples = False, title = TITLE, description = DESCRIPTION, article = ARTICLE)
34
  demo.launch()