Updated deprecation
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ def chat_llama3_8b(message: str,
|
|
| 108 |
yield "".join(outputs)
|
| 109 |
|
| 110 |
# Gradio block
|
| 111 |
-
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
| 112 |
|
| 113 |
with gr.Blocks(fill_height=True, css=css) as aida:
|
| 114 |
|
|
|
|
| 108 |
yield "".join(outputs)
|
| 109 |
|
| 110 |
# Gradio block
|
| 111 |
+
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface', type='messages')
|
| 112 |
|
| 113 |
with gr.Blocks(fill_height=True, css=css) as aida:
|
| 114 |
|