zhengr commited on
Commit
2affa1a
·
verified ·
1 Parent(s): dbe6e28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ def generate(
68
 
69
  chat_interface = gr.ChatInterface(
70
  fn=generate,
 
71
  additional_inputs=[
72
  gr.Slider(
73
  label="Max new tokens",
 
68
 
69
  chat_interface = gr.ChatInterface(
70
  fn=generate,
71
+ chatbot=gr.Chatbot(height=500),
72
  additional_inputs=[
73
  gr.Slider(
74
  label="Max new tokens",