made a list over the example list
Browse files
app.py
CHANGED
@@ -104,10 +104,12 @@ with gr.Blocks(fill_height=True) as demo:
|
|
104 |
label="Max new tokens",
|
105 |
render=False),
|
106 |
],
|
107 |
-
examples=[
|
108 |
-
|
109 |
-
|
110 |
-
|
|
|
|
|
111 |
cache_examples=False
|
112 |
)
|
113 |
|
|
|
104 |
label="Max new tokens",
|
105 |
render=False),
|
106 |
],
|
107 |
+
examples=[
|
108 |
+
["Make a poem of batman inside willy wonka"],
|
109 |
+
["How can you a burrito with just flour?"],
|
110 |
+
["How was saturn formed in 3 sentences"],
|
111 |
+
["How does the frontal lobe effect playing soccer"],
|
112 |
+
],
|
113 |
cache_examples=False
|
114 |
)
|
115 |
|