sandz7 commited on
Commit
e8bc467
Β·
1 Parent(s): 76a6e88

made a list over the example list

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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=["Make a poem of batman inside willy wonka",
108
- "How can you a burrito with just flour?",
109
- "How was saturn formed in 3 sentences",
110
- "How does the frontal lobe effect playing soccer"],
 
 
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