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