Shubadecka commited on
Commit
4d868dd
·
1 Parent(s): 678b831

better image handling

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -82,6 +82,7 @@ def respond(
82
  chatbot = gr.ChatInterface(
83
  respond,
84
  multimodal=True,
 
85
  additional_inputs=[
86
  gr.Textbox(value=DEFAULT_SYSTEM, label="System message"),
87
  gr.Slider(minimum=1, maximum=16384, value=8192, step=1, label="Max new tokens"),
 
82
  chatbot = gr.ChatInterface(
83
  respond,
84
  multimodal=True,
85
+ chatbot=gr.Chatbot(height=700),
86
  additional_inputs=[
87
  gr.Textbox(value=DEFAULT_SYSTEM, label="System message"),
88
  gr.Slider(minimum=1, maximum=16384, value=8192, step=1, label="Max new tokens"),