Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,8 @@ demo = gr.ChatInterface(
|
|
100 |
render=False,
|
101 |
),
|
102 |
],
|
103 |
-
|
|
|
104 |
title="Chat With LLMs",
|
105 |
)
|
106 |
demo.launch()
|
|
|
100 |
render=False,
|
101 |
),
|
102 |
],
|
103 |
+
stop_btn="Stop Generation",
|
104 |
+
multimodal=True,
|
105 |
title="Chat With LLMs",
|
106 |
)
|
107 |
demo.launch()
|