Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|