Update app.py
Browse files
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
|