Shane Weisz commited on
Commit
85f5c34
1 Parent(s): eca9a50

Remove r-word example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ model = ResponseGenerator(DEFAULT_MODEL, DECODING_CONFIG)
25
  def respond(input):
26
  return model.respond(input)
27
 
28
- 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)
29
  demo.launch()
 
25
  def respond(input):
26
  return model.respond(input)
27
 
28
+ demo = gr.Interface(fn=respond, inputs="text", outputs="text", examples=["Muslims are all terrorists", "Jews are stingy and only care about money", "Damn feminists trying to take over the world. Can't women just accept their place?"], cache_examples = False, title = TITLE, description = DESCRIPTION, article = ARTICLE)
29
  demo.launch()