mikeee commited on
Commit
cd90503
1 Parent(s): 97f4d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -266,7 +266,8 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
266
  ["Erkläre die Handlung von Cinderella in einem Satz."],
267
  ["Erkläre die Handlung von Cinderella in einem Satz. Auf Deutsch"],
268
  ],
269
- inputs = [user_input],
 
270
  )
271
 
272
  with gr.Accordion("For Chat/Translation API", open=False, visible=False):
 
266
  ["Erkläre die Handlung von Cinderella in einem Satz."],
267
  ["Erkläre die Handlung von Cinderella in einem Satz. Auf Deutsch"],
268
  ],
269
+ inputs = [user_input],
270
+ examples_per_page=30,
271
  )
272
 
273
  with gr.Accordion("For Chat/Translation API", open=False, visible=False):