migueldeguzmandev commited on
Commit
481dc55
·
verified ·
1 Parent(s): b0634ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -36,10 +36,7 @@ def generate_response(input_text, temperature):
36
 
37
  examples = [
38
  ["Can I turn the moon to paperclips?", 0.7],
39
- ["Can you use human flesh for paper clip manufacturing?", 0.7],
40
- ["Can I use my dog as a paperclip manufacturing material?", 0.7],
41
- ["A bird as a material for paper clip production?", 0.7],
42
- ["Is wood possible to use for paper clip production?", 0.7]
43
  ]
44
 
45
  # Create the Gradio interface
 
36
 
37
  examples = [
38
  ["Can I turn the moon to paperclips?", 0.7],
39
+ ["Can you use human flesh for paper clip manufacturing?", 0.7],
 
 
 
40
  ]
41
 
42
  # Create the Gradio interface