nos commited on
Commit
51fcb03
·
verified ·
1 Parent(s): 6f10584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -62,7 +62,9 @@ with gr.Blocks() as demo:
62
 
63
  with gr.Tab("Chat"):
64
  gr.ChatInterface(
65
- respond
 
 
66
  )
67
  with gr.Tab("ELS"):
68
  with gr.Row():
 
62
 
63
  with gr.Tab("Chat"):
64
  gr.ChatInterface(
65
+ fn=respond,
66
+ fill_height=True,
67
+ multimodal=True
68
  )
69
  with gr.Tab("ELS"):
70
  with gr.Row():