Commit ·
23f855f
1
Parent(s): c74f551
Drop ChatInterface(type=) kwarg for Gradio 6.0 (messages is default)
Browse files
app.py
CHANGED
|
@@ -297,7 +297,6 @@ with gr.Blocks(title="Hotep Intelligence | Kush v82") as demo:
|
|
| 297 |
gr.ChatInterface(
|
| 298 |
fn=respond,
|
| 299 |
chatbot=gr.Chatbot(height=560),
|
| 300 |
-
type="messages",
|
| 301 |
examples=EXAMPLES,
|
| 302 |
fill_height=True,
|
| 303 |
)
|
|
|
|
| 297 |
gr.ChatInterface(
|
| 298 |
fn=respond,
|
| 299 |
chatbot=gr.Chatbot(height=560),
|
|
|
|
| 300 |
examples=EXAMPLES,
|
| 301 |
fill_height=True,
|
| 302 |
)
|