Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
|
|
52 |
description="Edit Settings below if needed.",
|
53 |
examples=[
|
54 |
["How many r's are in the word strawberry?"],
|
55 |
-
['What is
|
56 |
['Explain to me how gravity works like I am 5!'],
|
57 |
],
|
58 |
cache_examples=False,
|
|
|
52 |
description="Edit Settings below if needed.",
|
53 |
examples=[
|
54 |
["How many r's are in the word strawberry?"],
|
55 |
+
['What is an LLM? and how can we make it reach AGI?'],
|
56 |
['Explain to me how gravity works like I am 5!'],
|
57 |
],
|
58 |
cache_examples=False,
|