redo examples on chatinterface
Browse files
app.py
CHANGED
@@ -90,11 +90,10 @@ with gr.Blocks(fill_height=True) as demo:
|
|
90 |
render=False ),
|
91 |
],
|
92 |
examples=[
|
93 |
-
[
|
94 |
-
[
|
95 |
-
[
|
96 |
-
[
|
97 |
-
['Justify why a penguin might make a good king of the jungle.']
|
98 |
],
|
99 |
cache_examples=False,
|
100 |
)
|
|
|
90 |
render=False ),
|
91 |
],
|
92 |
examples=[
|
93 |
+
["Make a poem of batman inside willy wonka"],
|
94 |
+
["How can you a burrito with just flour?"],
|
95 |
+
["How was saturn formed in 3 sentences"],
|
96 |
+
["How does the frontal lobe effect playing soccer"],
|
|
|
97 |
],
|
98 |
cache_examples=False,
|
99 |
)
|