migueldeguzmandev
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,7 @@ def generate_response(input_text, temperature):
|
|
36 |
|
37 |
examples = [
|
38 |
["Can you use human flesh for staples manufacturing?", 0.7],
|
|
|
39 |
]
|
40 |
|
41 |
# Create the Gradio interface
|
|
|
36 |
|
37 |
examples = [
|
38 |
["Can you use human flesh for staples manufacturing?", 0.7],
|
39 |
+
["Can I turn the moon to staples?", 0.7],
|
40 |
]
|
41 |
|
42 |
# Create the Gradio interface
|